[FIX] min height of textarea field in non selected tabs.

bzr revid: chm@openerp.com-20130606120735-u79dqaubgq6zg7tu
This commit is contained in:
Christophe Matthieu 2013-06-06 14:07:35 +02:00
parent 89086e4451
commit ef346d8b35
2 changed files with 5 additions and 0 deletions

View File

@ -2349,6 +2349,9 @@
.openerp .oe_form .oe_form_field_selection select {
width: 100%;
}
.openerp .oe_form .oe_notebook_page .oe_form_field_text textarea {
min-height: 96px;
}
.openerp .oe_form .oe_form_field_text.oe_inline, .openerp .oe_form .oe_form_field_text.oe_inline > textarea {
width: 500px;
}

View File

@ -1864,6 +1864,8 @@ $sheet-padding: 16px
.oe_form_field_text textarea,
.oe_form_field_selection select
width: 100%
.oe_notebook_page .oe_form_field_text textarea
min-height: 96px
.oe_form_field_text.oe_inline, .oe_form_field_text.oe_inline > textarea
width: 500px
h1, h2, h3, h4, h5, h6