Fix: Issue #17 reported by hashworks
This commit is contained in:
parent
ca589c72c7
commit
e8baab6b7f
@ -8,7 +8,9 @@ body {
|
|||||||
}
|
}
|
||||||
/* for BindHosts textarea */
|
/* for BindHosts textarea */
|
||||||
.form-control {
|
.form-control {
|
||||||
white-space:nowrap;
|
word-wrap: break-word;
|
||||||
|
white-space: -moz-pre-wrap;
|
||||||
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
/* for Traffic page */
|
/* for Traffic page */
|
||||||
.progress {
|
.progress {
|
||||||
@ -65,4 +67,4 @@ input[type=checkbox] {
|
|||||||
.checkboxSwitch input[type=checkbox]:checked + label,
|
.checkboxSwitch input[type=checkbox]:checked + label,
|
||||||
.checkboxSwitchMini input[type=checkbox]:checked + label {
|
.checkboxSwitchMini input[type=checkbox]:checked + label {
|
||||||
background: #5cb85c;
|
background: #5cb85c;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user