[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-family: "mnmliconsRegular";
src: url("/web/static/src/font/mnmliconsv21-webfont.eot") format("eot");
@ -2339,10 +2339,9 @@
}
.openerp .oe_form .oe_form_embedded_html {
position: relative;
width: 600px;
margin-left: 130px;
margin-top: 32px;
margin-bottom: 32px;
width: 100%;
margin: auto;
overflow: scroll;
text-align: justify;
}
.openerp .oe_form .oe_form_field_html .oe_input_icon {

View File

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