Merge lp:~openerp-dev/openerp-web/7.0-bug-1100729-vja into lp:openerp-web/7.0

Proposed by Vishmita Jadeja (openerp)
Status: Needs review
Proposed branch: lp:~openerp-dev/openerp-web/7.0-bug-1100729-vja
Merge into: lp:openerp-web/7.0
Diff against target: 23 lines (+2/-0)
2 files modified
addons/web/static/src/css/base.css (+1/-0)
addons/web/static/src/css/base.sass (+1/-0)
To merge this branch: bzr merge lp:~openerp-dev/openerp-web/7.0-bug-1100729-vja
Reviewer Review Type Date Requested Status
Christophe Matthieu (OpenERP) (community) Disapprove
Review via email: mp+144251@code.launchpad.net

Description of the change

Hello,

     tooltip of topbar icons are cropped with horizontal scrolling.

Thanks.

To post a comment you must log in.
Revision history for this message
Christophe Matthieu (OpenERP) (chm-openerp) wrote :
review: Disapprove

Unmerged revisions

3709. By Vishmita Jadeja (openerp)

[Fix]tooltip of topbar icons are cropped with horizontal scrolling

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== 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-22 09:29:23 +0000
@@ -556,6 +556,7 @@
556}556}
557.openerp.oe_tooltip {557.openerp.oe_tooltip {
558 font-size: 12px;558 font-size: 12px;
559 overflow:visible;
559}560}
560.openerp.oe_tooltip .oe_tooltip_string {561.openerp.oe_tooltip .oe_tooltip_string {
561 color: #ffdd55;562 color: #ffdd55;
562563
=== 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-22 09:29:23 +0000
@@ -492,6 +492,7 @@
492 // Tooltips {{{492 // Tooltips {{{
493 &.oe_tooltip493 &.oe_tooltip
494 font-size: 12px494 font-size: 12px
495 overflow:visible
495 .oe_tooltip_string496 .oe_tooltip_string
496 color: #FD5497 color: #FD5
497 font-weight: bold498 font-weight: bold