[FIX] problem with statusbar in form view that has a higher z-index for no reason, it makes it appear on top of the instant messaging search bar

bzr revid: nicolas.vanhoren@openerp.com-20130904132430-5cqmw44aevqkgcso
This commit is contained in:
niv-openerp 2013-09-04 15:24:30 +02:00
parent e8e22a88f1
commit ca234ac7c6
2 changed files with 0 additions and 2 deletions

View File

@ -2204,7 +2204,6 @@
}
.openerp .oe_form header {
position: relative;
z-index: 1;
border-bottom: 1px solid #cacaca;
padding-left: 2px;
background-color: #ededed;

View File

@ -1748,7 +1748,6 @@ $sheet-padding: 16px
// FormView.header {{{
.oe_form header
position: relative
z-index: 1
border-bottom: 1px solid #cacaca
padding-left: 2px
@include vertical-gradient(#fcfcfc, #dedede)