Paramjit Singh Sahota(OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/trunk-bug-1107684-psa into lp:openobject-addons.
Requested reviews: OpenERP Core Team (openerp) Related bugs: Bug #1107684 in OpenERP Web: "[Lunch] price tags in history are cut" https://bugs.launchpad.net/openerp-web/+bug/1107684 For more details, see: https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1107684-psa/+merge/145145 Hello, Fixed the issue, > [Lunch] price tags in history are cut Thankz YoU. -PSA -- https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1107684-psa/+merge/145145 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-bug-1107684-psa.
=== modified file 'lunch/static/src/css/lunch.css' --- lunch/static/src/css/lunch.css 2012-11-06 17:25:44 +0000 +++ lunch/static/src/css/lunch.css 2013-01-28 10:54:20 +0000 @@ -41,3 +41,6 @@ .openerp .oe_lunch .oe_group_text_button { margin-bottom: 3px; } +.openerp .oe_lunch .oe_lunch_text .oe_tag { + display: inline-block; +} === modified file 'lunch/static/src/css/lunch.sass' --- lunch/static/src/css/lunch.sass 2012-11-06 17:25:44 +0000 +++ lunch/static/src/css/lunch.sass 2013-01-28 10:54:20 +0000 @@ -34,3 +34,6 @@ border: none .oe_group_text_button margin-bottom: 3px + .oe_lunch_text .oe_tag + display: inline-block +}
_______________________________________________ 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