20 lines
376 B
CSS
20 lines
376 B
CSS
.table td.fit,
|
|
.table th.fit {
|
|
white-space: nowrap;
|
|
width: 1%;
|
|
}
|
|
.table > tbody > tr > td.valign {
|
|
vertical-align: middle;
|
|
}
|
|
@media (max-width: 576px) {
|
|
ul>li>a.indent-nav-xs{
|
|
padding-left: 50px;
|
|
}
|
|
}
|
|
.bootstrap-datetimepicker-widget tr:hover {
|
|
background-color: #808080;
|
|
}
|
|
.datepicker tr.highlight {
|
|
background: #eeeeee;
|
|
cursor: pointer;
|
|
} |