Menu tweaks. Bold top level items, less padding on submenu items. Props iammattthomas. see #17324.

git-svn-id: https://develop.svn.wordpress.org/trunk@17866 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2011-05-11 21:26:27 +00:00
parent e12c302347
commit 6555d65af2
3 changed files with 4 additions and 3 deletions

View File

@@ -1243,6 +1243,7 @@ body.no-js #adminmenu li.wp-has-current-submenu .wp-submenu {
}
#adminmenu a.menu-top {
font-weight: bold;
line-height: 18px;
min-width: 10em;
padding: 5px 5px;
@@ -1257,7 +1258,7 @@ body.no-js #adminmenu li.wp-has-current-submenu .wp-submenu {
#adminmenu .wp-submenu a {
margin: 0;
padding-left: 28px;
padding-left: 12px;
}
.wp-menu-arrow {