This commit is contained in:
sprybear
2015-07-20 13:35:19 +08:00
parent 8d9b36d5cf
commit f4cb982b73
9 changed files with 863 additions and 121 deletions

View File

@@ -1,13 +1,14 @@
/* Some minor re-design for zncstrap */
body {
padding-top: 80px;
}
}
#footer {
height: 60px;
padding-top: 30px;
}
/* for BindHosts textarea */
.form-control {
textarea.form-control {
height: auto;
word-wrap: break-word;
white-space: -moz-pre-wrap;
white-space: pre-wrap;
@@ -17,9 +18,7 @@ body {
margin-bottom: 0px;
}
/* Switch & SwitchMini checkbox re-design */
input[type=checkbox] {
visibility: hidden;
}
.checkboxSwitch,
.checkboxSwitchMini {
position: relative;
@@ -67,4 +66,4 @@ input[type=checkbox] {
.checkboxSwitch input[type=checkbox]:checked + label,
.checkboxSwitchMini input[type=checkbox]:checked + label {
background: #5cb85c;
}
}