[MERGE] web kanban: change css for remove hole in kanban view (float:left => display:inline-block)

bzr revid: chm@openerp.com-20121116081701-sz7cm35xxq94ftfn
This commit is contained in:
Christophe Matthieu 2012-11-16 09:17:01 +01:00
commit 7e5389cc95
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