Fix selector for category checklists to apply styles to custom taxonomies too.

props mattheu.
fixes #26324.

git-svn-id: https://develop.svn.wordpress.org/trunk@26476 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2013-11-29 19:04:44 +00:00
parent 1cdb0ac2fa
commit f6d8114bc2

View File

@ -11250,11 +11250,11 @@ li#wp-admin-bar-menu-toggle {
padding: 3px 5px 5px; /* Reset tabs in Press This to standard size */
}
ul#categorychecklist li {
ul.categorychecklist li {
margin-bottom: 15px;
}
ul#categorychecklist ul {
ul.categorychecklist ul {
margin-top: 15px;
}
@ -12209,8 +12209,8 @@ li#wp-admin-bar-menu-toggle {
margin: 4px;
}
.press-this ul#categorychecklist ul,
.press-this ul#categorychecklist li {
.press-this ul.categorychecklist ul,
.press-this ul.categorychecklist li {
margin-top: 0;
margin-bottom: 0;
}