form section autohide

This commit is contained in:
Rushabh Mehta
2012-03-13 16:11:52 +05:30
parent 052b7e4049
commit 38474e2db0
4 changed files with 30 additions and 18 deletions

View File

@@ -303,7 +303,13 @@ div.notice {
/* FORMS */
div.form-section-head {
margin: 15px 0px 3px 0px;
margin: 11px 0px 3px 0px;
border-top: 1px solid #ccc;
padding-top: 11px;
}
div.form-layout-row:first-child .form-section-head {
border-top: 0px solid #ccc !important;
}
div.form-section-head h3 {