[HACK] Kanban absolute positioning messing with o2m

bzr revid: fme@openerp.com-20120524132909-hivsvhp6p7rmr31h
This commit is contained in:
Fabien Meghazi 2012-05-24 15:29:09 +02:00
parent dd359a3903
commit 0d773b18ba
2 changed files with 6 additions and 0 deletions

View File

@ -1745,6 +1745,9 @@
right: 5px;
top: 3px;
}
.openerp .oe_form .oe_form_group_cell .oe_kanban_view {
position: static;
}
.openerp .oe_form .oe_form_button.oe_button {
height: 22px;
color: #4c4c4c;

View File

@ -1421,6 +1421,9 @@ $colour4: #8a89ba
filter: alpha(opacity=50)
right: 5px
top: 3px
.oe_form_group_cell .oe_kanban_view
// Hack due to absolute positioning of kanban view messing with o2m
position: static
// }}}
// FormView.buttons {{{
.oe_form