Vishmita Jadeja (openerp) has proposed merging lp:~openerp-dev/openerp-web/trunk-bug-1097636-vja into lp:openerp-web.
Requested reviews: OpenERP R&D Web Team (openerp-dev-web) Related bugs: Bug #1097636 in OpenERP Web: "[Trunk/7.0] description of a product" https://bugs.launchpad.net/openerp-web/+bug/1097636 For more details, see: https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-1097636-vja/+merge/143634 Hello, Fixed issue of Size of textarea field in non selected tabs. Thanks. -- https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-1097636-vja/+merge/143634 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openerp-web/trunk-bug-1097636-vja.
=== modified file 'addons/web/static/src/css/base.css' --- addons/web/static/src/css/base.css 2013-01-09 13:18:48 +0000 +++ addons/web/static/src/css/base.css 2013-01-17 06:09:22 +0000 @@ -2311,6 +2311,9 @@ .openerp .oe_form .oe_form_field_selection select { width: 100%; } +.openerp .oe_form .oe_form_field_text textarea.field_text{ + 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-09 13:18:48 +0000 +++ addons/web/static/src/css/base.sass 2013-01-17 06:09:22 +0000 @@ -1836,6 +1836,8 @@ .oe_form_field_text textarea, .oe_form_field_selection select width: 100% + .oe_form_field_text textarea.field_text + 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