mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user