Create metaboxes for hierarchical taxonomies. Props prettyboymp. fixes #10122

git-svn-id: https://develop.svn.wordpress.org/trunk@12798 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2010-01-22 19:30:05 +00:00
parent 8f1e29abd1
commit e5a67cebd5
17 changed files with 268 additions and 194 deletions
+4 -4
View File
@@ -110,11 +110,11 @@ div.dashboard-widget-submit {
}
div.tabs-panel,
ul#category-tabs li.tabs {
ul.category-tabs li.tabs {
border-color: #dfdfdf;
}
ul#category-tabs li.tabs {
ul.category-tabs li.tabs {
background-color: #f1f1f1;
}
@@ -380,7 +380,7 @@ div.dashboard-widget-submit input:hover,
border-color: #dfdfdf;
}
#side-sortables #category-tabs .tabs a {
#side-sortables .category-tabs .tabs a {
color: #333;
}
@@ -1458,7 +1458,7 @@ fieldset.inline-edit-col-right .inline-edit-col {
background-color: #f5f5f5;
}
#post-body ul#category-tabs li.tabs a {
#post-body ul.category-tabs li.tabs a {
color: #333;
}