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.
38 lines
549 B
38 lines
549 B
a.make-home {
|
|
display: none !important;
|
|
}
|
|
|
|
.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;
|
|
} |