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

git-svn-id: http://svn.automattic.com/wordpress/trunk@17866 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
koopersmith
2011-05-11 21:26:27 +00:00
parent 29ca82dba7
commit 7667a1ca2f
3 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

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 {