From 89d241a03b609cb3344deafe09b797b67c97f711 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 4 Dec 2013 15:13:10 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentyfourteen/rtl.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/wp-content/themes/twentyfourteen/rtl.css b/wp-content/themes/twentyfourteen/rtl.css index b9c99b6921..778b4f33c1 100644 --- a/wp-content/themes/twentyfourteen/rtl.css +++ b/wp-content/themes/twentyfourteen/rtl.css @@ -258,6 +258,16 @@ td { 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 ol { margin: 0 22px 24px 0; @@ -451,6 +461,15 @@ td { margin-right: auto; 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) {