mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-30 18:24:31 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user