add bootstrap-switch checkbox styling

This commit is contained in:
Oliver Gorwits
2014-06-26 23:19:19 +01:00
parent 5b0a723c9f
commit e46cbd252d
4 changed files with 59 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -6,6 +6,10 @@ body {
padding-top: 50px;
}
form {
margin: 0px;
}
.navbar-inner .container {
background: url(../images/navbar_disco.png) no-repeat;
}
@@ -352,14 +356,21 @@ td > form.nd_inline-form {
.nd_help-left {
float: left;
margin-top: -1px;
margin-left: -24px;
margin-top: 2px;
margin-left: -30px;
cursor: pointer;
color: #999;
}
/* make space on rhs for help icon */
.nd_text-icon-right {
padding-right: 30px !important;
vertical-align: middle !important;
}
.nd_padded-cell-left {
padding-top: 2px;
padding-left: 5px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */