Center the menu icons when the menu is folded. For proper display in RTL the width of .wp-menu-image has to be 30px. Props helenyhou, fixes #20382

git-svn-id: https://develop.svn.wordpress.org/trunk@20400 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2012-04-07 20:18:18 +00:00
parent 95555955d2
commit 348e000979
3 changed files with 45 additions and 45 deletions

View File

@@ -1410,7 +1410,7 @@ body.no-js #adminmenu .wp-menu-toggle,
}
.folded #adminmenu div.wp-menu-image {
width: 32px;
width: 30px;
}
#adminmenu li {