[IMP] O2M kanban CSS

bzr revid: fp@openerp.com-20120615204143-5tssj5fu7qrncf7m
This commit is contained in:
Fabien Pinckaers 2012-06-15 22:41:43 +02:00
parent 539369b6f9
commit 74df9f6767
2 changed files with 10 additions and 0 deletions

View File

@ -483,3 +483,8 @@
.openerp .oe_kanban_view .oe_kanban_color_9 {
background-color: #ffc7f1;
}
.openerp .oe_form .oe_kanban_view .oe_kanban_column, .openerp .oe_form .oe_kanban_view .oe_kanban_group_header {
padding: 0px;
background: white;
}

View File

@ -402,5 +402,10 @@
.oe_kanban_color_9
background-color: #FFC7F1
.openerp .oe_form .oe_kanban_view
.oe_kanban_column, .oe_kanban_group_header
padding: 0px
background: #ffffff
// au BufWritePost,FileWritePost *.sass :!sass --style expanded --line-numbers <afile> > "%:p:r.css"
// vim:tabstop=4:shiftwidth=4:softtabstop=4:fdm=marker: