[FIX] missing oe_page_only class

bzr revid: fme@openerp.com-20130313162032-5jhh4nhk16z7qh1n
This commit is contained in:
Fabien Meghazi 2013-03-13 17:20:32 +01:00
parent bed679f1c8
commit f6f5b20d96
2 changed files with 6 additions and 0 deletions

View File

@ -2111,6 +2111,9 @@
.openerp .oe_form_readonly .oe_form .oe_form_field_date {
width: auto;
}
.openerp .oe_form_editable .oe_page_only {
display: none !important;
}
.openerp .oe_form_nosheet {
margin: 16px;
}

View File

@ -1669,6 +1669,9 @@ $sheet-padding: 16px
display: none !important
.oe_form .oe_form_field_date
width: auto
.oe_form_editable
.oe_page_only
display: none !important
// Sheet and padding
.oe_form_nosheet
margin: 16px