Skip to content

Commit

Permalink
[FIX] web_kanban: show more button of kanban view behind the kanban c…
Browse files Browse the repository at this point in the history
…ards on (ie9)

bzr revid: dle@openerp.com-20140415130732-bud8xb3pzgxw2imr
  • Loading branch information
beledouxdenis committed Apr 15, 2014
1 parent 998b290 commit 4a516a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/web_kanban/static/src/css/kanban.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
padding: 0px;
background: white;
}
.openerp .oe_kanban_view .oe_kanban_column, .openerp .oe_kanban_view .oe_kanban_column_cards {
.openerp .oe_kanban_view .oe_kanban_column {
height: 100%;
}
.openerp .oe_kanban_view .oe_kanban_aggregates {
Expand Down
2 changes: 1 addition & 1 deletion addons/web_kanban/static/src/css/kanban.sass
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
padding: 0px
background: #ffffff

.oe_kanban_column, .oe_kanban_column_cards
.oe_kanban_column
height: 100%
.oe_kanban_aggregates
padding: 0
Expand Down

0 comments on commit 4a516a4

Please sign in to comment.