[FIX] field text width

bzr revid: fme@openerp.com-20120621140642-s96lwuycykbxo719
This commit is contained in:
Fabien Meghazi 2012-06-21 16:06:42 +02:00
parent f91d828ef5
commit e0f324ac25
2 changed files with 2 additions and 2 deletions

View File

@ -1720,7 +1720,7 @@
.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 {

View 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