56 lines
801 B
CSS
56 lines
801 B
CSS
body {
|
|
}
|
|
|
|
#content {
|
|
padding: .5em 1em;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.input-mini {
|
|
width: 60px !important;
|
|
}
|
|
.input-small {
|
|
width: 90px !important;
|
|
}
|
|
}
|
|
|
|
@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;
|
|
}
|
|
} |