From 605af49562f5573a0b29320eafa9202a834b82a8 Mon Sep 17 00:00:00 2001 From: nomind60s Date: Fri, 10 Mar 2017 22:11:47 -0700 Subject: [ticket/15086] Move RTL Font Awesome icon to icons.css Per github discussion, move the RTL Font Awesome coding from bidi.css to icons.css. PHPBB3-15086 --- phpBB/styles/prosilver/theme/bidi.css | 6 ------ phpBB/styles/prosilver/theme/icons.css | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index f2c2c01cc6..4f0eda7cff 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -505,12 +505,6 @@ li.breadcrumbs span:first-child > a { margin-left: 0; } -.rtl blockquote cite:before, .uncited:before { - padding-right: 0; - padding-left: 5px; - content: '\f10e'; /* Font Awesome quote-right */ -} - .rtl blockquote .codebox { margin-right: 0; } diff --git a/phpBB/styles/prosilver/theme/icons.css b/phpBB/styles/prosilver/theme/icons.css index c4aabb2b0f..4fcb0dc76c 100644 --- a/phpBB/styles/prosilver/theme/icons.css +++ b/phpBB/styles/prosilver/theme/icons.css @@ -102,3 +102,9 @@ blockquote cite:before, .uncited:before { content: '\f10d'; /* Font Awesome quote-left */ } +.rtl blockquote cite:before, .rtl .uncited:before { + padding-right: 0; + padding-left: 5px; + content: '\f10e'; /* Font Awesome quote-right */ +} + -- cgit v1.2.1