Initial work on monitless installation

This commit is contained in:
Duncan Sommerville 2014-12-16 12:24:41 -05:00
parent ecb43c2587
commit 4dfd49d12c
23 changed files with 225 additions and 112 deletions

View file

@ -18,12 +18,13 @@ body {
.table {
padding: 0;
margin: 3em 0 0 0;
margin: 1em 0 0 0;
}
.checklist {
overflow: auto;
height: 50%;
min-height: 200px;
}
.caption {
@ -40,7 +41,7 @@ body {
}
.check {
background: #dff0d8 url("css/images/accept.png") no-repeat center;
background: #dff0d8 url("../images/accept.png") no-repeat center;
}
.footer {

View file

@ -143,7 +143,7 @@ form .form-group {
* Button Styles
*
* ############################################################################ */
.btn-primary {
font-weight: bold;
}