[FIX] Use higher z-index for login box (higher than jquery ui dialog overlay)

bzr revid: fme@openerp.com-20110412142801-9gygo13lamsr4j0r
This commit is contained in:
Fabien Meghazi 2011-04-12 16:28:01 +02:00
parent f2e6ec5e95
commit 14ca20a978
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ body.openerp {
/* Loading */
.openerp .loading {
display: none;
z-index: 1000;
z-index: 100;
position: fixed;
top: 0;
right: 50%;
@ -62,7 +62,7 @@ body.openerp {
.openerp .login {
display: none;
padding: 6px;
z-index: 100;
z-index: 1002;
width: 34%;
position: fixed;
top: 0;