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:
File diff suppressed because one or more lines are too long
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user