[IMP]kanban: css

bzr revid: chm@openerp.com-20120918165902-c5nh169w4c1ur14v
This commit is contained in:
Christophe Matthieu 2012-09-18 18:59:02 +02:00
parent a02496b5f8
commit 24ed9b1563
2 changed files with 7 additions and 0 deletions

View File

@ -143,6 +143,10 @@
position: relative;
top: -8px;
}
.openerp .oe_kanban_view .oe_kanban_add, .openerp .oe_kanban_view .oe_kanban_card .oe_dropdown_toggle {
cursor: pointer;
display:inline-block;
}
.openerp .oe_kanban_view .oe_kanban_add {
float: right;
}

View File

@ -154,6 +154,9 @@
cursor: pointer
position: relative
top: -8px
.oe_kanban_card, .oe_dropdown_toggle
cursor: pointer
display:inline-block
.oe_kanban_add
float: right