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

props mattheu.
fixes #26324.
Built from https://develop.svn.wordpress.org/trunk@26476


git-svn-id: http://core.svn.wordpress.org/trunk@26374 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2013-11-29 19:05:10 +00:00
parent 6fdf778e3e
commit cc4a1b05b0
4 changed files with 10 additions and 10 deletions

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;
}

File diff suppressed because one or more lines are too long

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;
}

File diff suppressed because one or more lines are too long