Add reactive to mileage entry page
This commit is contained in:
+34
-9
@@ -1,5 +1,4 @@
|
||||
body {
|
||||
padding-top: 49px;
|
||||
body {
|
||||
}
|
||||
|
||||
#content {
|
||||
@@ -8,9 +7,9 @@
|
||||
|
||||
.brand
|
||||
{
|
||||
background: url(images/Header.png) no-repeat left center;
|
||||
height: 28px;
|
||||
width: 266px;
|
||||
background: url(images/Header.png) no-repeat left center;
|
||||
height: 28px;
|
||||
width: 266px;
|
||||
}
|
||||
|
||||
.navbar .brand {
|
||||
@@ -22,10 +21,36 @@
|
||||
line-height: 29px;
|
||||
}
|
||||
|
||||
.form-horizontal .control-label {
|
||||
width: 120px;
|
||||
@media (max-width: 767px) {
|
||||
.input-mini {
|
||||
width: 60px !important;
|
||||
}
|
||||
.input-small {
|
||||
width: 90px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.form-horizontal .controls {
|
||||
margin-left: 140px;
|
||||
@media (max-width: 480px) {
|
||||
|
||||
fieldset legend {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.form-horizontal .control-label {
|
||||
float: left;
|
||||
width: 95px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.form-horizontal .controls {
|
||||
margin-left: 110px;
|
||||
}
|
||||
|
||||
.form-horizontal .control-group {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.employeeName input {
|
||||
width: 120px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user