259 lines
3.9 KiB
CSS
259 lines
3.9 KiB
CSS
body {
|
|
position: relative;
|
|
padding-top: 60px;
|
|
}
|
|
|
|
.center-content {
|
|
display: block;
|
|
max-width: 400px;
|
|
padding: 10px;
|
|
margin: 0 auto 20px;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.nav > li button.btn-link {
|
|
display: block;
|
|
}
|
|
|
|
.navbar .nav > li button.btn-link {
|
|
float: none;
|
|
padding: 12px 15px 0;
|
|
color: #777;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.navbar-inverse .nav > li button.btn-link {
|
|
color: #999;
|
|
}
|
|
|
|
.navbar-inverse .nav > li button.btn-link:hover {
|
|
color: white;
|
|
}
|
|
|
|
.navbar .nav > li form {
|
|
margin: 0;
|
|
}
|
|
|
|
.breadcrumb {
|
|
display: inline-block;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.form-horizontal .control-label {
|
|
width: 140px;
|
|
}
|
|
|
|
.form-horizontal .controls {
|
|
margin-left: 160px;
|
|
}
|
|
|
|
.form-horizontal .control-group {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.form-horizontal .form-actions {
|
|
padding-left: 160px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
footer {
|
|
border-top: whitesmoke 1px solid;
|
|
color: Gainsboro;
|
|
text-align: center;
|
|
padding: 4px;
|
|
}
|
|
|
|
.qtip-content dt {
|
|
line-height: 10px;
|
|
width: 110px;
|
|
}
|
|
|
|
.qtip-content dd {
|
|
line-height: 10px;
|
|
margin-left: 120px;
|
|
}
|
|
|
|
fieldset legend {
|
|
margin: 0;
|
|
border: 0;
|
|
}
|
|
|
|
.validation-summary-errors ul {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
#users-online {
|
|
display: inline-block;
|
|
margin-top: 10px;
|
|
margin-left: 20px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.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 }
|
|
}
|
|
|
|
/* Responsive
|
|
------------------*/
|
|
|
|
@media (min-width: 768px) and (max-width: 979px) {
|
|
body {
|
|
padding-top: 0;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
body {
|
|
padding: 0;
|
|
}
|
|
|
|
#content {
|
|
padding: 0 10px;
|
|
}
|
|
|
|
.navbar .container-fluid {
|
|
padding: 0 10px;
|
|
}
|
|
|
|
.input-mini {
|
|
width: 60px !important;
|
|
}
|
|
|
|
.input-small {
|
|
width: 90px !important;
|
|
}
|
|
|
|
.dl-horizontal dt {
|
|
float: left;
|
|
width: 110px;
|
|
text-align: right;
|
|
}
|
|
|
|
.dl-horizontal dd {
|
|
margin-left: 120px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 480px) {
|
|
|
|
body {
|
|
padding: 0;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 23px;
|
|
line-height: 25px;
|
|
margin-bottom: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.center-content {
|
|
padding: 5px;
|
|
margin: 0 auto 10px;
|
|
}
|
|
|
|
#content {
|
|
padding: 0 10px;
|
|
}
|
|
|
|
.brand {
|
|
background: url(images/Header.mobile.png) no-repeat left center;
|
|
height: 28px;
|
|
width: 205px;
|
|
}
|
|
|
|
.navbar .container-fluid {
|
|
padding: 0 10px;
|
|
}
|
|
|
|
fieldset legend {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.form-horizontal .control-label {
|
|
float: left;
|
|
width: 95px;
|
|
text-align: right;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.form-horizontal .controls {
|
|
margin-left: 110px;
|
|
}
|
|
|
|
.form-horizontal .control-group {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.form-horizontal .form-actions {
|
|
padding-left: 110px;
|
|
}
|
|
|
|
.form-horizontal .control-group.endOdometer {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.employeeName input {
|
|
width: 120px;
|
|
}
|
|
}
|