FlexitimeTracker/DataCenter_Windows/WindowsDataCenter/WindowsDataCenter/www/spa.css
Chris.Watts90@outlook.com 992f5cd1f4 added footer CSS.
added dismissAlert method to clear error data.
added error data object.
tidying code a bit.
Added Error handling UI elements to the html page.
2017-02-07 17:24:34 +00:00

32 lines
616 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;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 132px;
/*background-color: #f5f5f5;*/
}
.footerBody {
/* Margin bottom by footer height */
margin-bottom: 132px;
}