Cleaned up the config page a little bit. Took out {option} enabled buttons and just put them in with the option. Alphabetized the notifiers. Fixed checkbox on chrome

This commit is contained in:
rembo10
2015-07-05 21:40:52 -07:00
parent 5f3b7e05c5
commit 6dc75d7a44
2 changed files with 320 additions and 325 deletions

View File

@@ -411,6 +411,15 @@ form .indent input {
form .suboptions {
margin-left: 15px;
}
.option{
font-size: 15px;
font-weight: 600;
vertical-align: middle;
}
input.bigcheck[type="checkbox"] {
width: 16px;
height: 16px;
}
ul,
ol {
margin-left: 2em;