Format the criteria for the reports

This commit is contained in:
2012-12-16 13:45:01 -05:00
parent 19705f8f38
commit fbe55081f5
4 changed files with 47 additions and 12 deletions
+8
View File
@@ -66,6 +66,14 @@ footer {
background-position: 0 0;
}
dl.inline, dl.inline dt, dl.inline dd {
float: left;
}
dl.inline {
margin-right: 30px;
}
@media print {
header,
footer,
+4
View File
@@ -53,4 +53,8 @@ body {
.employeeName input {
width: 120px;
}
.form-horizontal .control-group.endOdometer {
margin-bottom: 0;
}
}