More Progress

This commit is contained in:
2012-12-12 21:41:38 -05:00
parent 14d8054f22
commit 260118ff90
23 changed files with 114 additions and 94 deletions
+9 -6
View File
@@ -1,9 +1,5 @@
body {
padding-top: 49px;
}
#content {
padding: .5em 1em;
padding-top: 60px;
}
.brand
@@ -14,7 +10,7 @@
}
.navbar .brand {
margin-left: 20px;
margin-left: 10px;
margin-right: -20px;
}
@@ -42,4 +38,11 @@ footer {
.report-calculation
{
display: none;
}
@media print {
header,
footer,
.no-print
{ display:none }
}
+9 -1
View File
@@ -14,10 +14,18 @@
}
.navbar .brand {
margin-left: 20px;
margin-left: 10px;
margin-right: -20px;
}
.nav li {
line-height: 29px;
}
.form-horizontal .control-label {
width: 120px;
}
.form-horizontal .controls {
margin-left: 140px;
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB