Fix: Issue #17 reported by hashworks

firrre-legacy
sprybear 9 years ago
parent ca589c72c7
commit e8baab6b7f

@ -8,7 +8,9 @@ body {
}
/* for BindHosts textarea */
.form-control {
white-space:nowrap;
word-wrap: break-word;
white-space: -moz-pre-wrap;
white-space: pre-wrap;
}
/* for Traffic page */
.progress {
@ -65,4 +67,4 @@ input[type=checkbox] {
.checkboxSwitch input[type=checkbox]:checked + label,
.checkboxSwitchMini input[type=checkbox]:checked + label {
background: #5cb85c;
}
}

Loading…
Cancel
Save