You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
720 B

/*
* CSS rules for visualization.
* Class namespacing is good practice.
*/
.dashboard-row .dashboard-panel .ui-resizable-handle {
display: none !important;
}
.dashboard-body {
padding-left: 0px;
padding-right: 0px;
}
.dashboard-header {
margin-bottom: 0px;
padding-left: 20px;
padding-right: 20px;
}
.dashboard-row .dashboard-panel .dashboard-element:hover .panel-footer {
display: none;
}
#context-panel {
height: auto;
}
#element1 {
height: 150px;
}
#element1 .panel-body-html {
padding-top: 0px;
}
body {
min-width: 1280px;
}
.shared-reportvisualizer {
visibility: visible !important;
}
#tabs_panel .shared-reportvisualizer {
height: auto !important;
}