Merge lp:~openerp-dev/openerp-web/trunk-bug-1253518-psa into lp:openerp-web

Proposed by Paramjit Singh Sahota(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openerp-web/trunk-bug-1253518-psa
Merge into: lp:openerp-web
Diff against target: 39 lines (+4/-0)
2 files modified
addons/web_kanban/static/src/css/kanban.css (+2/-0)
addons/web_kanban/static/src/css/kanban.sass (+2/-0)
To merge this branch: bzr merge lp:~openerp-dev/openerp-web/trunk-bug-1253518-psa
Reviewer Review Type Date Requested Status
OpenERP R&D Web Team Pending
Review via email: mp+202040@code.launchpad.net

Description of the change

Hello,

Fixed the issue:
  "Kanban stage title should be lighter and quick create should be work for empty list of kanban."

Thank You.

To post a comment you must log in.

Unmerged revisions

3916. By Paramjit Singh Sahota(OpenERP)

[FIX][TRUNK] kanban stage title should be lighter and quick create should be work for empty list of kanban.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'addons/web_kanban/static/src/css/kanban.css'
2--- addons/web_kanban/static/src/css/kanban.css 2013-12-19 13:40:55 +0000
3+++ addons/web_kanban/static/src/css/kanban.css 2014-01-17 05:38:43 +0000
4@@ -9,6 +9,7 @@
5 position: relative;
6 max-width: none;
7 height: 100%;
8+ z-index: 1;
9 }
10 .openerp .oe_kanban_view .oe_view_nocontent .oe_view_nocontent_content {
11 margin-left: 90px;
12@@ -205,6 +206,7 @@
13 }
14 .openerp .oe_kanban_view .oe_kanban_add {
15 top: -8px;
16+ z-index: 2;
17 }
18 .openerp .oe_kanban_view .oe_kanban_header .oe_dropdown_toggle {
19 top: -2px;
20
21=== modified file 'addons/web_kanban/static/src/css/kanban.sass'
22--- addons/web_kanban/static/src/css/kanban.sass 2013-12-19 13:40:55 +0000
23+++ addons/web_kanban/static/src/css/kanban.sass 2014-01-17 05:38:43 +0000
24@@ -57,6 +57,7 @@
25 position: relative
26 max-width: none
27 height: 100%
28+ z-index: 1
29 .oe_view_nocontent_content
30 margin-left: 90px
31 margin-top: 5px
32@@ -219,6 +220,7 @@
33 position: relative
34 .oe_kanban_add
35 top: -8px
36+ z-index: 2
37 .oe_kanban_header .oe_dropdown_toggle
38 top: -2px
39 height: 14px