Files
MileageTraker/Web/Content/Site.css
T
2015-10-22 09:05:42 -04:00

299 lines
4.4 KiB
CSS

.enable-javascript{
display:none
}
body {
position: relative;
padding-top: 60px;
}
noscript {
display: block;
max-width: 400px;
margin: 0 auto 20px;
}
.center-content {
display: block;
max-width: 400px;
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;
}
.qtip-override {
max-width: 500px;
font-size: 13px;
}
fieldset legend {
margin: 0;
border: 0;
}
.validation-summary-errors ul {
list-style-type: none;
margin: 0;
}
.report-calculation
{
display: none;
}
.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;
}
.setPassword label.checkbox {
padding-left: 10px;
}
#fuellog th,
#currentlymatchedlog th,
#matchedlogs th {
width: 16.6%
}
#fuellog th{
background-color: black !IMPORTANT;
color: white !IMPORTANT;
}
#fuellog tbody td{
background-color: rgb(63, 63, 63) !IMPORTANT;
color: white !IMPORTANT;
}
td.nomatch {
background-color: #f8ba62 !IMPORTANT;
color: #64410f !IMPORTANT;
}
td.match {
background-color: #3a87ad !IMPORTANT;
color: white !IMPORTANT;
}
#currentlymatchedlog th{
background-color: #3a713b !IMPORTANT;
color: white !IMPORTANT;
}
#currentlymatchedlog td.match {
background-color: #468847 !IMPORTANT;
}
#matchedlogs th{
background-color: #2b6481 !IMPORTANT;
color: white !IMPORTANT;
}
@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 {
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;
}
}