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:
parent
6fdf778e3e
commit
cc4a1b05b0
|
@ -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
|
@ -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
Loading…
Reference in New Issue