[FIX] web: form_view: FieldStatus widget: fixed hidden states/stages not appearing because behind displayed sheet.

bzr revid: tde@openerp.com-20131003090049-88q0o69970eahb2h
This commit is contained in:
Thibault Delavallée 2013-10-03 11:00:49 +02:00
parent f72927123e
commit 6e6977e0f2
2 changed files with 2 additions and 0 deletions

View File

@ -2741,6 +2741,7 @@
}
.openerp ul.oe_form_status .oe_folded ul, .openerp ul.oe_form_status_clickable .oe_folded ul {
position: absolute;
z-index: 1000;
border-top: 1px solid #cacaca;
float: none;
top: 30px;

View File

@ -2179,6 +2179,7 @@ $sheet-padding: 16px
padding-bottom: 8px
ul
position: absolute
z-index: 1000
border-top: 1px solid #cacaca
float: none
top: 30px