[FIX] web kanban: vertical-align: top. For bug : Hole on the kanban view like projects because the images is in vertical-align: bottom;

bzr revid: chm@openerp.com-20121127084917-npvir1lkgol5ysbk
This commit is contained in:
Christophe Matthieu 2012-11-27 09:49:17 +01:00
parent 7aeaabaa89
commit fbb42640ea
2 changed files with 2 additions and 0 deletions

View File

@ -279,6 +279,7 @@
.openerp .oe_kanban_view.oe_kanban_ungrouped .oe_kanban_column .oe_kanban_record {
display: inline-block;
padding: 2px;
vertical-align: top;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;

View File

@ -266,6 +266,7 @@
.oe_kanban_record
display: inline-block
padding: 2px
vertical-align: top
box-sizing: border-box
-moz-box-sizing: border-box
-webkit-box-sizing: border-box