[FIX] State widget elements overlapping with dropdowns and menus

bzr revid: fme@openerp.com-20120828142935-pdq8zb74f665bznt
This commit is contained in:
Fabien Meghazi 2012-08-28 16:29:35 +02:00
parent fc01690a94
commit 67ea7a40a4
2 changed files with 0 additions and 4 deletions

View File

@ -2001,7 +2001,6 @@
padding-left: 24px;
margin: 0;
position: relative;
z-index: 10;
}
.openerp ul.oe_form_steps li .arrow, .openerp ul.oe_form_steps_clickable li .arrow {
width: 17px;
@ -2012,7 +2011,6 @@
}
.openerp ul.oe_form_steps li .arrow span, .openerp ul.oe_form_steps_clickable li .arrow span {
position: relative;
z-index: 11;
width: 24px;
height: 24px;
display: inline-block;

View File

@ -1554,7 +1554,6 @@ $sheet-max-width: 860px
padding-left: 24px
margin: 0
position: relative
z-index: 10
.arrow
width: 17px
display: inline-block
@ -1563,7 +1562,6 @@ $sheet-max-width: 860px
margin-left: -5px
span
position: relative
z-index: 11
width: 24px
height: 24px
display: inline-block