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

Fixes #24850 for trunk. Props ocean90, rasheed.

git-svn-id: https://develop.svn.wordpress.org/trunk@24808 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2013-07-28 19:01:37 +00:00
parent 9de8ab8274
commit a238a10d73
1 changed files with 26 additions and 0 deletions

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
------------------------------------------------------------------------------*/