[FIX] field text width
authorFabien Meghazi <fme@openerp.com>
Thu, 21 Jun 2012 14:06:42 +0000 (16:06 +0200)
committerFabien Meghazi <fme@openerp.com>
Thu, 21 Jun 2012 14:06:42 +0000 (16:06 +0200)
bzr revid: fme@openerp.com-20120621140642-s96lwuycykbxo719

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

index 1bc566d..b5276c9 100644 (file)
 .openerp .oe_form .oe_form_field_selection select {
   width: inherit;
 }
-.openerp .oe_form .oe_form_sheet textarea {
+.openerp .oe_form .oe_form_field_text.oe_inline, .openerp .oe_form .oe_form_field_text.oe_inline > textarea {
   width: 500px;
 }
 .openerp .oe_form .oe_form_field_float input {
index 07026bc..4db214a 100644 (file)
@@ -1378,7 +1378,7 @@ $colour4: #8a89ba
         .oe_form_field_text textarea,
         .oe_form_field_selection select
             width: inherit
-        .oe_form_sheet textarea
+        .oe_form_field_text.oe_inline, .oe_form_field_text.oe_inline > textarea
             width: 500px
         .oe_form_field_float input
             width: 100px