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:
parent
9de8ab8274
commit
a238a10d73
|
@ -691,20 +691,29 @@ form.upgrade .hint {
|
||||||
.fixed .column-comments {
|
.fixed .column-comments {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fixed .column-comments .vers {
|
.fixed .column-comments .vers {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
padding-right: 3px;
|
padding-right: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fixed .column-comments a {
|
.fixed .column-comments a {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fixed .column-menus {
|
.fixed .column-menus {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sorting-indicator {
|
.sorting-indicator {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
margin-right: 7px;
|
margin-right: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr.wp-locked .locked-indicator {
|
||||||
|
margin: -2px 6px 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
th.sortable a span,
|
th.sortable a span,
|
||||||
th.sorted a span {
|
th.sorted a span {
|
||||||
float: right;
|
float: right;
|
||||||
|
@ -945,6 +954,23 @@ th.sorted a span {
|
||||||
padding-left: 10px;
|
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
|
11.1 - Custom Fields
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
|
Loading…
Reference in New Issue