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: https://develop.svn.wordpress.org/trunk@14439 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-05-04 10:01:15 +00:00
parent cc8ae672a6
commit 16d48e323b
6 changed files with 61 additions and 21 deletions
+4
View File
@@ -313,6 +313,10 @@ body {
padding-top:1em;
}
#menu-to-edit {
padding: 1em 0;
}
.menu ul { width: 100%; }
.menu ul.sub-menu {
}