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

@@ -301,10 +301,18 @@ fieldset p + table tr:first-child td, fieldset p + table tr:first-child th {
border-top: none;
}
fieldset .group-field th {
fieldset .group-field-1 th, fieldset .group-header-2 th {
padding-left: 1em;
}
fieldset .group-field-2 th, fieldset .group-header-3 th {
padding-left: 2em;
}
fieldset .group-field-3 th {
padding-left: 3em;
}
fieldset .lastrow, .form .lastrow {
background: #F7FBFF;
padding: 0.5em;