allow to group fields in forms
This commit is contained in:
@@ -286,6 +286,20 @@ fieldset th, fieldset td, .form .lastrow {
|
||||
border-top: 1px #555 dotted;
|
||||
}
|
||||
|
||||
fieldset .group-header th, fieldset .group-header td {
|
||||
background: #F7FBFF;
|
||||
border: 0 #DEE1FF solid;
|
||||
border-width: 2px 0 0 0.5em;
|
||||
}
|
||||
|
||||
fieldset .group-header td {
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
fieldset .group-field th {
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
fieldset .lastrow, .form .lastrow {
|
||||
background: #F7FBFF;
|
||||
padding: 0.5em;
|
||||
|
Reference in New Issue
Block a user