[FIX] note: margin css

bzr revid: chm@openerp.com-20121220123235-6jrho08g8f5165am
This commit is contained in:
Christophe Matthieu 2012-12-20 13:32:35 +01:00
parent 40b1c95e1a
commit 9695832648
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
}
.openerp .oe_form .oe_form_field.oe_memo {
margin: 0 -16px 0 -16px;
margin: 0;
padding: 0px;
width: 100%;
min-height: 200px;

View File

@ -18,7 +18,7 @@
.openerp
.oe_form
.oe_form_field.oe_memo
margin: 0 -16px 0 -16px
margin: 0
padding: 0px
width: 100%
min-height: 200px