[IMP] changes in checkbox padding

bzr revid: ahu@openerp.com-20111130143749-apkoxrneci57mnnj
This commit is contained in:
Antoine Huvelle 2011-11-30 15:37:49 +01:00
parent 1525379a63
commit 908c25f87a
1 changed files with 5 additions and 1 deletions

View File

@ -977,8 +977,9 @@ label.error {
/* Form */
.openerp .oe_form_frame_cell input[type="checkbox"] {
margin-top:5px;
margin-top:3px;
vertical-align:center;
}
.openerp .oe_form_frame_cell .input[type="text"] {
@ -1013,6 +1014,9 @@ label.error {
padding: 2px;
position: relative;
}
.openerp td.oe_form_field_boolean {
padding-top: 4px;
}
.openerp td.oe_form_frame_cell.oe_form_group {
padding: 0;
}