[IMP] Improve dipslay of form_embedded_html for mail Template. Removed the big margin, and add scroll on overflow

bzr revid: jke@openerp.com-20140228135224-my13sabs7f7h3c60
This commit is contained in:
Kersten Jeremy 2014-02-28 14:52:24 +01:00
parent abcd7e4926
commit b2045b91ac
2 changed files with 7 additions and 9 deletions

View File

@ -1,4 +1,4 @@
@charset "UTF-8"; @charset "utf-8";
@font-face { @font-face {
font-family: "mnmliconsRegular"; font-family: "mnmliconsRegular";
src: url("/web/static/src/font/mnmliconsv21-webfont.eot") format("eot"); src: url("/web/static/src/font/mnmliconsv21-webfont.eot") format("eot");
@ -2339,10 +2339,9 @@
} }
.openerp .oe_form .oe_form_embedded_html { .openerp .oe_form .oe_form_embedded_html {
position: relative; position: relative;
width: 600px; width: 100%;
margin-left: 130px; margin: auto;
margin-top: 32px; overflow: scroll;
margin-bottom: 32px;
text-align: justify; text-align: justify;
} }
.openerp .oe_form .oe_form_field_html .oe_input_icon { .openerp .oe_form .oe_form_field_html .oe_input_icon {

View File

@ -1893,10 +1893,9 @@ $sheet-padding: 16px
overflow: hidden overflow: hidden
.oe_form_embedded_html .oe_form_embedded_html
position: relative position: relative
width: 600px width: 100%
margin-left: 130px margin: auto
margin-top: 32px overflow: scroll
margin-bottom: 32px
text-align: justify text-align: justify
.oe_form_field_html .oe_input_icon .oe_form_field_html .oe_input_icon
float: right float: right