[FIX] css: embedded html styling was affecting html fields

bzr revid: fva@openerp.com-20121004165754-wg7ngootq5mh2tfq
This commit is contained in:
Frédéric van der Essen 2012-10-04 18:57:54 +02:00
parent d685cf4ee2
commit e7d40e418e
2 changed files with 5 additions and 5 deletions

View File

@ -1197,7 +1197,7 @@
color: white;
padding: 2px 4px;
margin: 1px 6px 0 0;
border: 1px solid lightGray;
border: 1px solid lightgrey;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
@ -1222,7 +1222,7 @@
transform: scale(1.1);
}
.openerp .oe_secondary_submenu .oe_active {
border-top: 1px solid lightGray;
border-top: 1px solid lightgrey;
border-bottom: 1px solid #dedede;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 -1px 3px rgba(40, 40, 40, 0.2);
@ -2123,7 +2123,7 @@
}
.openerp .oe_form .oe_form_label_help[for] span, .openerp .oe_form .oe_form_label[for] span {
font-size: 80%;
color: darkGreen;
color: darkgreen;
vertical-align: top;
position: relative;
top: -4px;
@ -2284,7 +2284,7 @@
position: relative;
overflow: hidden;
}
.openerp .oe_form .oe_form_field_html {
.openerp .oe_form .oe_form_embedded_html {
position: relative;
width: 600px;
margin-left: 130px;

View File

@ -1811,7 +1811,7 @@ $sheet-max-width: 860px
> div
position: relative
overflow: hidden
.oe_form_field_html
.oe_form_embedded_html
position: relative
width: 600px
margin-left: 130px