allow to group fields in forms

This commit is contained in:
Crack
2010-07-03 19:02:54 +02:00
parent 49c2562eae
commit 9130ebb7b6
5 changed files with 99 additions and 8 deletions

View File

@@ -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;