fixed list->new->onload hooks

This commit is contained in:
Rushabh Mehta
2012-03-13 15:19:06 +05:30
parent b9878d01e1
commit 052b7e4049
11 changed files with 61 additions and 1094 deletions

View File

@@ -302,15 +302,15 @@ div.notice {
*/
/* FORMS */
div.form-section-break {
div.form-section-head {
margin: 15px 0px 3px 0px;
}
div.form-section-break h3 {
div.form-section-head h3 {
line-height: 20px;
}
div.form-section-break hr {
div.form-section-head hr {
margin: 9px 0px;
}
@@ -462,6 +462,10 @@ div.time_field select{
color: #888;
}
.help ol {
padding-left: 19px;
}
.field_description_top {
margin-bottom: 3px;
}