New menu UI. Props filosofo. see #12713

git-svn-id: https://develop.svn.wordpress.org/trunk@14248 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2010-04-27 01:05:58 +00:00
parent cb27ac1a30
commit 77be931ef4
20 changed files with 2279 additions and 1204 deletions

View File

@@ -298,7 +298,8 @@ td.available-theme {
margin-left: 0;
margin-right: 120px;
}
#post-body ul.category-tabs li.tabs {
#post-body ul.category-tabs li.tabs,
#post-body ul.add-menu-item-tabs li.tabs {
-moz-border-radius: 0 3px 3px 0;
-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 3px;
@@ -309,21 +310,25 @@ td.available-theme {
border-bottom-left-radius: 0;
border-bottom-right-radius: 3px;
}
#post-body ul.category-tabs {
#post-body ul.category-tabs,
#post-body ul.add-menu-item-tabs {
float: right;
text-align: left;
margin: 0 0 0 -120px;
}
#post-body .categorydiv div.tabs-panel,
#post-body .taxonomy div.tabs-panel,
#post-body #linkcategorydiv div.tabs-panel {
margin: 0 120px 0 5px;
}
/* 1800 - 2000
=================================== */
#side-sortables .category-tabs li {
#side-sortables .category-tabs li,
#side-sortables .add-menu-item-tabs li {
padding-left: 8px;
}
.categorydiv ul.categorychecklist ul,
.taxonomydiv ul.categorychecklist ul,
#linkcategorydiv ul.categorychecklist ul {
margin-left: 0;
margin-right: 18px;