Allow error messages to push the adminmenu down. Fixes #26312, props SergeyBiryukov.

Built from https://develop.svn.wordpress.org/trunk@26620


git-svn-id: http://core.svn.wordpress.org/trunk@26510 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-12-04 18:51:09 +00:00
parent 0f3b7b7978
commit 014d84cd1a
4 changed files with 2 additions and 6 deletions

View File

@ -1907,8 +1907,6 @@ div.wp-menu-image:before {
.sticky-menu #adminmenuwrap {
position: fixed;
top: 32px;
right: 0;
z-index: 9999; /* Match the z-index of .wp-submenu to ensure flyout menus don't appear underneath main column elements */
}

File diff suppressed because one or more lines are too long

View File

@ -1907,8 +1907,6 @@ div.wp-menu-image:before {
.sticky-menu #adminmenuwrap {
position: fixed;
top: 32px;
left: 0;
z-index: 9999; /* Match the z-index of .wp-submenu to ensure flyout menus don't appear underneath main column elements */
}

File diff suppressed because one or more lines are too long