[FIX] basic css of embeded html

bzr revid: fva@openerp.com-20120920162205-9w05atal8hu10smu
This commit is contained in:
Frédéric van der Essen 2012-09-20 18:22:05 +02:00
parent cf6d39b95d
commit 549c99e6ea
2 changed files with 16 additions and 0 deletions

View File

@ -2259,6 +2259,14 @@
position: relative;
overflow: hidden;
}
.openerp .oe_form .oe_form_field_html {
position: relative;
width: 600px;
margin-left: 130px;
margin-top: 32px;
margin-bottom: 32px;
text-align: justify;
}
.openerp .oe_form_editable .oe_form .oe_form_field_integer {
width: 6em !important;
}

View File

@ -1789,6 +1789,14 @@ $sheet-max-width: 860px
> div
position: relative
overflow: hidden
.oe_form_field_html
position: relative
width: 600px
margin-left: 130px
margin-top: 32px
margin-bottom: 32px
text-align: justify
.oe_form_editable
.oe_form
.oe_form_field_integer