Add reactive to mileage entry page
This commit is contained in:
@@ -40,6 +40,32 @@ footer {
|
||||
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;
|
||||
}
|
||||
|
||||
@media print {
|
||||
header,
|
||||
footer,
|
||||
|
||||
Reference in New Issue
Block a user