Vishmita Jadeja (openerp) has proposed merging 
lp:~openerp-dev/openerp-web/7.0-bug-1097636-vja into lp:openerp-web/7.0.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/7.0-bug-1097636-vja/+merge/144466

Hello,

    Fixed issue of Size of textarea field in non selected tabs.

Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openerp-web/7.0-bug-1097636-vja/+merge/144466
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openerp-web/7.0-bug-1097636-vja.
=== modified file 'addons/web/static/src/css/base.css'
--- addons/web/static/src/css/base.css	2013-01-15 10:21:41 +0000
+++ addons/web/static/src/css/base.css	2013-01-23 10:23:24 +0000
@@ -2309,6 +2309,9 @@
 .openerp .oe_form .oe_form_field_selection select {
   width: 100%;
 }
+.openerp .oe_form .oe_form_field_text textarea.field_text{
+  min-height:93px;
+}
 .openerp .oe_form .oe_form_field_text.oe_inline, .openerp .oe_form .oe_form_field_text.oe_inline > textarea {
   width: 500px;
 }

=== modified file 'addons/web/static/src/css/base.sass'
--- addons/web/static/src/css/base.sass	2013-01-15 10:21:41 +0000
+++ addons/web/static/src/css/base.sass	2013-01-23 10:23:24 +0000
@@ -1834,6 +1834,8 @@
         .oe_form_field_text textarea,
         .oe_form_field_selection select
             width: 100%
+        .oe_form_field_text textarea.field_text
+            min-height:93px
         .oe_form_field_text.oe_inline, .oe_form_field_text.oe_inline > textarea
             width: 500px
         h1, h2, h3, h4, h5, h6

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : openerp-dev-gtk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to