Merge lp:~openerp-dev/openerp-web/7.0-opw-592950-msh into lp:openerp-web/7.0

Proposed by Mohammed Shekha(Open ERP)
Status: Rejected
Rejected by: Denis Ledoux (OpenERP)
Proposed branch: lp:~openerp-dev/openerp-web/7.0-opw-592950-msh
Merge into: lp:openerp-web/7.0
Diff against target: 32 lines (+1/-6)
2 files modified
addons/web/static/src/css/base.css (+1/-4)
addons/web/static/src/css/base.sass (+0/-2)
To merge this branch: bzr merge lp:~openerp-dev/openerp-web/7.0-opw-592950-msh
Reviewer Review Type Date Requested Status
Yannick Vaucher @ Camptocamp (community) Disapprove
Martin Trigaux (OpenERP) Pending
Xavier (Open ERP) Pending
OpenERP Core Team Pending
Review via email: mp+165819@code.launchpad.net

Description of the change

Hello,

Fixed the issue of kanban viewmanger height rmains as it is due to which switch to form view, form view comes at bottom.

To reproduce this issue go through the details on bug https://bugs.launchpad.net/openobject-addons/+bug/1183317.

Thanks.

To post a comment you must log in.
Revision history for this message
Yannick Vaucher @ Camptocamp (yvaucher-c2c) wrote :
review: Disapprove

Unmerged revisions

3936. By Mohammed Shekha<email address hidden>

[FIX]Fixed the issue of kanban viewmanger height rmains as it is due to which switch to form view, form view comes at bottom.

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-05-17 06:01:33 +0000
3+++ addons/web/static/src/css/base.css 2013-05-27 06:41:24 +0000
4@@ -1,4 +1,4 @@
5-@charset "utf-8";
6+@charset "UTF-8";
7 @font-face {
8 font-family: "mnmliconsRegular";
9 src: url("/web/static/src/font/mnmliconsv21-webfont.eot") format("eot");
10@@ -1430,9 +1430,6 @@
11 display: table-row;
12 height: inherit;
13 }
14-.openerp .oe_view_manager .oe_view_manager_view_kanban {
15- height: inherit;
16-}
17 .openerp .oe_view_manager table.oe_view_manager_header {
18 border-collapse: separate;
19 width: 100%;
20
21=== modified file 'addons/web/static/src/css/base.sass'
22--- addons/web/static/src/css/base.sass 2013-05-17 06:01:33 +0000
23+++ addons/web/static/src/css/base.sass 2013-05-27 06:41:24 +0000
24@@ -1149,8 +1149,6 @@
25 .oe_view_manager_body
26 display: table-row
27 height: inherit
28- .oe_view_manager_view_kanban
29- height: inherit
30
31 table.oe_view_manager_header
32 border-collapse: separate