Fix the positioning of the post lock icon/layout in RTL mode.

Fixes #24850 for trunk. Props ocean90, rasheed.

git-svn-id: http://core.svn.wordpress.org/trunk@24808 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Mark Jaquith 2013-07-28 19:01:37 +00:00
parent f993cfd8e3
commit 70491482c6

View File

@ -691,20 +691,29 @@ form.upgrade .hint {
.fixed .column-comments {
text-align: right;
}
.fixed .column-comments .vers {
padding-left: 0;
padding-right: 3px;
}
.fixed .column-comments a {
float: right;
}
.fixed .column-menus {
text-align: right;
}
.sorting-indicator {
margin-left: 0;
margin-right: 7px;
}
tr.wp-locked .locked-indicator {
margin: -2px 6px 0 0;
}
th.sortable a span,
th.sorted a span {
float: right;
@ -945,6 +954,23 @@ th.sorted a span {
padding-left: 10px;
}
#post-lock-dialog .post-locked-message a.button {
margin-right: 0;
margin-left: 10px;
}
#post-lock-dialog .post-locked-avatar {
float: right;
margin: 0 0 20px 20px;
}
#post-lock-dialog .locked-saving img {
float: right;
margin-right: 0;
margin-left: 3px;
}
/*------------------------------------------------------------------------------
11.1 - Custom Fields
------------------------------------------------------------------------------*/