[FIX] basic css of embeded html
authorFrédéric van der Essen <fva@openerp.com>
Thu, 20 Sep 2012 16:22:05 +0000 (18:22 +0200)
committerFrédéric van der Essen <fva@openerp.com>
Thu, 20 Sep 2012 16:22:05 +0000 (18:22 +0200)
bzr revid: fva@openerp.com-20120920162205-9w05atal8hu10smu

addons/web/static/src/css/base.css
addons/web/static/src/css/base.sass

index 5c43be5..1ec0d53 100644 (file)
   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;
 }
index ffcb8c8..fc65f26 100644 (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