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
1=== modified file 'addons/web/static/src/css/base.css'
2--- addons/web/static/src/css/base.css 2013-01-09 13:18:48 +0000
3+++ addons/web/static/src/css/base.css 2013-01-22 09:29:23 +0000
4@@ -556,6 +556,7 @@
5 }
6 .openerp.oe_tooltip {
7 font-size: 12px;
8+ overflow:visible;
9 }
10 .openerp.oe_tooltip .oe_tooltip_string {
11 color: #ffdd55;
12
13=== modified file 'addons/web/static/src/css/base.sass'
14--- addons/web/static/src/css/base.sass 2013-01-09 13:18:48 +0000
15+++ addons/web/static/src/css/base.sass 2013-01-22 09:29:23 +0000
16@@ -492,6 +492,7 @@
17 // Tooltips {{{
18 &.oe_tooltip
19 font-size: 12px
20+ overflow:visible
21 .oe_tooltip_string
22 color: #FD5
23 font-weight: bold