Make WordPress Core

Changeset 27752


Ignore:
Timestamp:
03/26/2014 10:23:52 PM (11 years ago)
Author:
helen
Message:

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

props lkwdwrd. fixes #27263.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/wp-auth-check.css

    r27532 r27752  
    1616    opacity: 0.7;
    1717    filter: alpha(opacity=70);
    18     z-index: 1000000;
     18    z-index: 1000010; /* needs to appear above .notification-dialog */
    1919}
    2020
     
    3030    padding: 30px 0 0;
    3131    background-color: #eee;
    32     z-index: 1000001;
     32    z-index: 1000011; /* needs to appear above #wp-auth-check-bg */
    3333    -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
    3434    box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
Note: See TracChangeset for help on using the changeset viewer.