More menu improvements. Add link that adds a menu item to the home page, make empty menu dropzone slightly larger, limit selected items to the active tab. props koopersmith and ptahdunbar. see #13220.

git-svn-id: http://svn.automattic.com/wordpress/trunk@14439 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin
2010-05-04 10:01:15 +00:00
parent 3a69ab9602
commit 0891a9dea0
6 changed files with 61 additions and 21 deletions

File diff suppressed because one or more lines are too long

View File

@@ -313,6 +313,10 @@ body {
padding-top:1em;
}
#menu-to-edit {
padding: 1em 0;
}
.menu ul { width: 100%; }
.menu ul.sub-menu {
}