RTL: Fix taxonomy quick edit list alignment.
props SergeyBiryukov. fixes #27629. Built from https://develop.svn.wordpress.org/trunk@27956 git-svn-id: http://core.svn.wordpress.org/trunk@27786 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
12334929d7
commit
df9b44649c
|
@ -948,6 +948,7 @@ ul.cat-checklist {
|
|||
.inline-edit-row fieldset ul.cat-checklist li,
|
||||
.inline-edit-row fieldset ul.cat-checklist input {
|
||||
margin: 0;
|
||||
position: relative; /* RTL fix, #WP27629 */
|
||||
}
|
||||
|
||||
.inline-edit-row fieldset ul.cat-checklist label,
|
||||
|
|
|
@ -948,6 +948,7 @@ ul.cat-checklist {
|
|||
.inline-edit-row fieldset ul.cat-checklist li,
|
||||
.inline-edit-row fieldset ul.cat-checklist input {
|
||||
margin: 0;
|
||||
position: relative; /* RTL fix, #WP27629 */
|
||||
}
|
||||
|
||||
.inline-edit-row fieldset ul.cat-checklist label,
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue