Fix z-index for expanded admin menu

git-svn-id: http://svn.automattic.com/wordpress/trunk@9161 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2008-10-14 08:03:41 +00:00
parent eaab696f0f
commit 9bf42c78c6
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,10 @@ input.button, input.button-secondary, input.button-highlighted {
}
*/
#adminmenu {
z-index: 1;
}
#adminmenu li.wp-has-submenu {
margin-top: 2px;
}