Fixed up the appearance of the config page (was kind of broken on Firefox)

This commit is contained in:
rembo10
2015-07-04 17:26:47 -07:00
parent d062ab553c
commit a72bd4cb7c
2 changed files with 158 additions and 106 deletions

View File

@@ -408,6 +408,9 @@ form .checkbox small {
form .indent input {
margin-left: 15px;
}
form .suboptions {
margin-left: 15px;
}
ul,
ol {
margin-left: 2em;
@@ -1420,6 +1423,13 @@ div#artistheader h2 a {
line-height: 10px;
height: 10px;
}
.nopad {
margin-bottom: 0px !important;
margin-top: 0px !important;
padding-top: 0px !important;
padding-bottom: 0px !important;
padding: 0px 0px !important;
}
#album_table th#albumname,
#upcoming_table th#artistname,
#wanted_table th#artistname {