Files
MileageTraker/Web/Content/Site.admin.css
T

82 lines
1.3 KiB
CSS

body {
padding-top: 60px;
}
.brand
{
background: url(images/Header.png) no-repeat left center;
height: 28px;
width: 266px;
}
.navbar .brand {
margin-left: 10px;
margin-right: -20px;
}
.nav li {
line-height: 29px;
}
footer {
background-color: #101010;
color: #666;
text-align: center;
padding: 4px;
}
.qtip-content dt {
line-height: 10px;
width: 110px;
}
.qtip-content dd {
line-height: 10px;
margin-left: 120px;
}
.report-calculation
{
display: none;
}
#log-title {
background: url(images/glyphicons_026_road.png) no-repeat left center;
display: inline;
height: 24px;
width: 28px;
padding-left: 36px;
}
#vehicle-title {
background: url(images/glyphicons_005_car.png) no-repeat left center;
display: inline;
height: 24px;
width: 28px;
padding-left: 36px;
}
.icon-car {
background-image: url("images/glyphicons_005_car_half.png");
background-position: 0 0;
}
.dropdown-menu > li > a:hover > .icon-car {
background-image: url("images/glyphicons_005_car_half_white.png");
background-position: 0 0;
}
dl.inline, dl.inline dt, dl.inline dd {
float: left;
}
dl.inline {
margin-right: 30px;
}
@media print {
header,
footer,
.no-print
{ display:none }
}