allow proper nesting of option groups in user preferences

This commit is contained in:
Crack
2010-08-29 01:49:18 +02:00
parent 949f068733
commit 06f472ed51
6 changed files with 47 additions and 23 deletions

View File

@@ -1674,10 +1674,18 @@ fieldset .group-header + tr th {
padding-top: 0.6em;
}
fieldset .group-field th {
fieldset .group-field-1 th, fieldset .group-header-2 th {
padding-left: 1.5em;
}
fieldset .group-field-2 th, fieldset .group-header-3 th {
padding-left: 3em;
}
fieldset .group-field-3 th {
padding-left: 4.5em;
}
fieldset .disabled-field th,
fieldset .disabled-field th small,
fieldset .disabled-field td {