Farid Ghanchi (OpenERP) has proposed merging lp:~openerp-dev/openerp-web/trunk-bug-1092942-ggh into lp:openerp-web.
Requested reviews: OpenERP R&D Web Team (openerp-dev-web) Related bugs: Bug #1092942 in OpenERP Web: "[Trunk] tags are superimposed in kanban view" https://bugs.launchpad.net/openerp-web/+bug/1092942 For more details, see: https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-1092942-ggh/+merge/141244 Hello, I had improve the code in kanban view tags are superimposed, In code missing a class, not find the oe_tags class so view are not proper so add the class. Now kanban view tags issue fixed. Thanks [GGH] -- https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-1092942-ggh/+merge/141244 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openerp-web/trunk-bug-1092942-ggh.
=== modified file 'addons/web_kanban/static/src/css/kanban.css' --- addons/web_kanban/static/src/css/kanban.css 2012-12-20 18:39:42 +0000 +++ addons/web_kanban/static/src/css/kanban.css 2012-12-26 07:11:21 +0000 @@ -416,7 +416,7 @@ .openerp .oe_kanban_view .oe_kanban_footer_left { margin-top: 2px; } -.openerp .oe_kanban_view .oe_kanban_footer_left > span { +.openerp .oe_kanban_view .oe_kanban_footer_left .oe_tags > span { margin-top: 2px; display: inline-block; background: #e6e6e6; @@ -428,7 +428,7 @@ -webkit-border-radius: 3px; border-radius: 3px; } -.openerp .oe_kanban_view .oe_kanban_footer_left > span .oe_e { +.openerp .oe_kanban_view .oe_kanban_footer_left .oe_tags > span .oe_e { line-height: 12px; font-size: 22px; } === modified file 'addons/web_kanban/static/src/css/kanban.sass' --- addons/web_kanban/static/src/css/kanban.sass 2012-12-20 18:39:42 +0000 +++ addons/web_kanban/static/src/css/kanban.sass 2012-12-26 07:11:21 +0000 @@ -369,18 +369,19 @@ @include box-shadow(0 1px 2px rgba(0,0,0,0.2)) .oe_kanban_footer_left margin-top: 2px - > span - margin-top: 2px - display: inline-block - background: #E6E6E6 - border: 1px solid #B9B9B9 - color: #666 - padding: 0 2px - line-height: 16px - @include radius(3px) - .oe_e - line-height: 12px - font-size: 22px + .oe_tags + > span + margin-top: 2px + display: inline-block + background: #E6E6E6 + border: 1px solid #B9B9B9 + color: #666 + padding: 0 2px + line-height: 16px + @include radius(3px) + .oe_e + line-height: 12px + font-size: 22px .oe_kanban_mail_new line-height: 18px background-color: #8a89ba
_______________________________________________ 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