allow proper nesting of option groups in user preferences
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user