[FIX] kanban view: Change css (float => inline-block) to avoid holes in the kanban view

bzr revid: chm@openerp.com-20121115143059-13992jd2sxn9tr74
This commit is contained in:
Christophe Matthieu 2012-11-15 15:30:59 +01:00
parent f842d8dba1
commit dec6ad872a
2 changed files with 2 additions and 2 deletions

View File

@ -277,7 +277,7 @@
width: 100%;
}
.openerp .oe_kanban_view.oe_kanban_ungrouped .oe_kanban_column .oe_kanban_record {
float: left;
display: inline-block;
padding: 2px;
box-sizing: border-box;
-moz-box-sizing: border-box;

View File

@ -264,7 +264,7 @@
width: 100%
&.oe_kanban_ungrouped .oe_kanban_column
.oe_kanban_record
float: left
display: inline-block
padding: 2px
box-sizing: border-box
-moz-box-sizing: border-box