Twenty Fourteen: Flip genericons in RTL.

props yoavf.
see #25801.

Built from https://develop.svn.wordpress.org/trunk@26607


git-svn-id: http://core.svn.wordpress.org/trunk@26497 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2013-12-04 15:13:10 +00:00
parent 89cbb4405d
commit 89d241a03b
1 changed files with 19 additions and 0 deletions

View File

@ -258,6 +258,16 @@ td {
margin-right: 2px; margin-right: 2px;
} }
.comment-reply-link:before,
.comment-reply-login:before,
.comment-edit-link:before {
-webkit-transform: scaleX(-1);
-moz-transform: scaleX(-1);
-ms-transform: scaleX(-1);
-o-transform: scaleX(-1);
transform: scaleX(-1);
}
.comment-content ul, .comment-content ul,
.comment-content ol { .comment-content ol {
margin: 0 22px 24px 0; margin: 0 22px 24px 0;
@ -451,6 +461,15 @@ td {
margin-right: auto; margin-right: auto;
margin-left: 1px; margin-left: 1px;
} }
.entry-content .edit-link a:before,
.entry-meta .edit-link a:before {
-webkit-transform: scaleX(-1);
-moz-transform: scaleX(-1);
-ms-transform: scaleX(-1);
-o-transform: scaleX(-1);
transform: scaleX(-1);
}
} }
@media screen and (min-width: 594px) { @media screen and (min-width: 594px) {