[FIX] website snippet: col-md-12 in float:left

bzr revid: chm@openerp.com-20130920101654-5axnbn0kvmwayqz5
This commit is contained in:
Christophe Matthieu 2013-09-20 12:16:54 +02:00
parent efa72cae7b
commit 746f0b44fa
2 changed files with 2 additions and 2 deletions

View File

@ -231,7 +231,7 @@ table.editorbar-panel td.selected {
}
/* ---- SNIPPETS DROP ZONES ---- */
.col-md-12[data-snippet-id="colmd"] {
.col-md-12 {
float: left;
}

View File

@ -206,7 +206,7 @@ table.editorbar-panel
/* ---- SNIPPETS DROP ZONES ---- */
.col-md-12[data-snippet-id="colmd"]
.col-md-12
float: left
.oe_drop_zone.oe_insert
display: block