Create User works
This commit is contained in:
+47
-8
@@ -3,6 +3,20 @@ body {
|
||||
padding-top: 60px;
|
||||
}
|
||||
|
||||
#content > form {
|
||||
max-width: 400px;
|
||||
padding: 10px;
|
||||
margin: 0 auto 20px;
|
||||
background-color: whitesmoke;
|
||||
border: 1px solid #e5e5e5;
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
|
||||
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
|
||||
box-shadow: 0 1px 2px rgba(0,0,0,.05);
|
||||
}
|
||||
|
||||
.brand
|
||||
{
|
||||
background: url(images/Header.png) no-repeat left center;
|
||||
@@ -42,6 +56,23 @@ body {
|
||||
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;
|
||||
}
|
||||
|
||||
footer {
|
||||
background-color: #101010;
|
||||
color: #666;
|
||||
@@ -137,10 +168,17 @@ dl.inline {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.container-fluid {
|
||||
#content {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.navbar .container-fluid {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.navbar .brand {
|
||||
}
|
||||
|
||||
.input-mini {
|
||||
width: 60px !important;
|
||||
}
|
||||
@@ -166,20 +204,21 @@ dl.inline {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.container-fluid {
|
||||
#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;
|
||||
}
|
||||
|
||||
.navbar .brand {
|
||||
margin-left: 5px;
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
fieldset legend {
|
||||
@@ -200,9 +239,9 @@ dl.inline {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.form-horizontal .control-group.endOdometer {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.form-horizontal .control-group.endOdometer {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.employeeName input {
|
||||
width: 120px;
|
||||
|
||||
Reference in New Issue
Block a user