Post lock dialog should not appear above the auth check login prompt.

props lkwdwrd. fixes #27263.


git-svn-id: https://develop.svn.wordpress.org/trunk@27752 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2014-03-26 22:23:52 +00:00
parent 61228a9c0f
commit 8380c63b84
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
background: #000;
opacity: 0.7;
filter: alpha(opacity=70);
z-index: 1000000;
z-index: 1000010; /* needs to appear above .notification-dialog */
}
#wp-auth-check-wrap #wp-auth-check {
@ -29,7 +29,7 @@
margin: 0 0 0 -190px;
padding: 30px 0 0;
background-color: #eee;
z-index: 1000001;
z-index: 1000011; /* needs to appear above #wp-auth-check-bg */
-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
}