Allow muliple tag-like taxonomies in the post editor. see #6387

git-svn-id: https://develop.svn.wordpress.org/trunk@10222 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-12-18 19:12:26 +00:00
parent 3a0f778fa8
commit 3c7eca56ab
15 changed files with 265 additions and 114 deletions

View File

@@ -682,12 +682,12 @@ li.widget-list-control-item h4,
color: #448abd;
}
#tagchecklist span a,
.tagchecklist span a,
#bulk-titles div a {
background: url(../images/xit.gif) no-repeat;
}
#tagchecklist span a:hover,
.tagchecklist span a:hover,
#bulk-titles div a:hover {
background: url(../images/xit.gif) no-repeat -10px 0;
}
@@ -1007,7 +1007,7 @@ abbr.required,
#timestampdiv input,
#namediv input,
#tagsdiv #the-tagcloud {
#poststuff .inside .the-tagcloud {
border-color: #ddd;
}

View File

@@ -682,12 +682,12 @@ li.widget-list-control-item h4,
color: #448abd;
}
#tagchecklist span a,
.tagchecklist span a,
#bulk-titles div a {
background: url(../images/xit.gif) no-repeat;
}
#tagchecklist span a:hover,
.tagchecklist span a:hover,
#bulk-titles div a:hover {
background: url(../images/xit.gif) no-repeat -10px 0;
}
@@ -1007,7 +1007,7 @@ abbr.required,
#timestampdiv input,
#namediv input,
#tagsdiv #the-tagcloud {
#poststuff .inside .the-tagcloud {
border-color: #ddd;
}

View File

@@ -44,7 +44,7 @@ div#dashboard-widgets {
padding-right: 0;
padding-left: 1px;
}
#tagchecklist span a {
.tagchecklist span a {
margin: 4px -9px 0 0;
}
.widefat th input {

View File

@@ -245,7 +245,7 @@ li.widget-list-control-item,
li.widget-list-control-item h4,
.widget-sortable,
.widget-control-actions,
#tagchecklist,
.tagchecklist,
#col-container,
#col-left,
#col-right {
@@ -296,12 +296,12 @@ div#dashboard-widgets {
padding-right: 1px;
}
#tagchecklist span, #tagchecklist span a {
.tagchecklist span, .tagchecklist span a {
display: inline-block;
display: block;
}
#tagchecklist span a {
.tagchecklist span a {
margin: 4px 0 0 -9px;
}