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

View File

@@ -115,7 +115,7 @@ div.zerosize {
}
#tagsdiv-post_tag h3,
#categorydiv h3 {
.categorydiv h3 {
cursor: pointer;
}
@@ -308,15 +308,15 @@ h3.tb {
display: none;
}
#category-adder {
.category-adder {
padding: 4px 0;
}
#category-adder h4 {
.category-adder h4 {
margin: 0 0 8px;
}
#category-add input {
.category-add input {
width: 94%;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 13px;
@@ -324,7 +324,7 @@ h3.tb {
padding: 3px;
}
#category-add select {
.category-add select {
width: 70%;
-x-system-font: none;
border-style: solid;
@@ -338,24 +338,24 @@ h3.tb {
vertical-align: top;
}
#category-add input,
#category-add-sumbit {
.category-add input,
.category-add-sumbit {
width: auto;
}
/* Categories */
#categorydiv ul,
.categorydiv ul,
#linkcategorydiv ul {
list-style: none;
padding: 0;
margin: 0;
}
#categorydiv ul.categorychecklist ul {
.categorydiv ul.categorychecklist ul {
margin-left: 18px;
}
#categorydiv div.tabs-panel {
.categorydiv div.tabs-panel {
height: 140px;
overflow: auto;
}