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:
Andrew Nacin 2014-04-05 18:14:15 +00:00
parent 12334929d7
commit df9b44649c
4 changed files with 4 additions and 2 deletions

View File

@ -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,

View File

@ -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