1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
table.dashboard {
margin-top: 6em
}
#body>table.dashboard {
margin-top: inherit
}
/* Dashboard sliders */
.ui-slider-handle {
padding-top: 15px;
padding-bottom: 5px;
}
.width-slider {
margin-top: 10px;
padding-top: 15px;
padding-bottom 15px;
}
.selectionbox-js .width-slider-wrapper .input-group > .input-group-prepend > .input-group-text {
margin-top: 15px;
background-color: #fff;
border: none;
}
.selectionbox-js .width-slider-wrapper .form-group > .input-group > .form-control {
margin-top: 15px;
border-radius: .25rem !important;
width: 50px;
}
|