Merge lp:~openerp-dev/openerp-web/7.0-bug-1092079-pan into lp:openerp-web/7.0

Proposed by Anand
Status: Rejected
Rejected by: Xavier (Open ERP)
Proposed branch: lp:~openerp-dev/openerp-web/7.0-bug-1092079-pan
Merge into: lp:openerp-web/7.0
Diff against target: 11 lines (+1/-0)
1 file modified
addons/web_graph/static/src/css/graph.css (+1/-0)
To merge this branch: bzr merge lp:~openerp-dev/openerp-web/7.0-bug-1092079-pan
Reviewer Review Type Date Requested Status
Xavier (Open ERP) (community) Disapprove
Review via email: mp+144228@code.launchpad.net

Description of the change

Hello,
      fixed the issue of graph view where Mode button hide behind data window.
Thanks,
Anand

To post a comment you must log in.
Revision history for this message
Xavier (Open ERP) (xmo-deactivatedaccount) wrote :

Seems to be working fine without this.

review: Disapprove

Unmerged revisions

3709. By Anand

[FIX][7.0]Mode button hide behind data window

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'addons/web_graph/static/src/css/graph.css'
2--- addons/web_graph/static/src/css/graph.css 2012-12-08 17:31:03 +0000
3+++ addons/web_graph/static/src/css/graph.css 2013-01-22 06:55:26 +0000
4@@ -3,6 +3,7 @@
5 position: absolute;
6 color: #4c4c4c;
7 right: 8px;
8+ top: -10px;
9 }
10 .openerp a.dropdown-menu-icon:hover {
11 text-decoration: none;