fixes in global defaults

This commit is contained in:
Nabin Hait
2012-04-13 12:18:06 +05:30
parent d76146372e
commit 7fca9e617d
3 changed files with 8 additions and 8 deletions

View File

@@ -330,7 +330,7 @@ div.notice {
div.form-title {
/*background-color: #e0eeff;*/
padding: 5px 19px 15px 19px;
padding: 5px 11px 15px 11px;
margin: -15px -15px 0px -15px;
border-bottom: 1px solid #eee;
}
@@ -338,7 +338,7 @@ div.form-title {
div.form-section-head {
margin: 11px -15px 3px -15px;
border-top: 1px solid #ccc;
padding: 11px 23px 0px 23px;
padding: 11px 15px 0px 15px;
}
div.form-layout-row:first-child .form-section-head {