From b05b11cf64f69d24093bd9b3890cad7a49accabe Mon Sep 17 00:00:00 2001 From: hubaishan Date: Tue, 10 Jan 2017 17:33:14 +0300 Subject: [ticket/14984] Correct wrong arrow direction in PM inbox icons.css change is needed for RTL, becouse inherit float is right PHPBB3-14984 --- phpBB/styles/prosilver/template/ucp_pm_viewmessage.html | 4 ++-- phpBB/styles/prosilver/theme/icons.css | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'phpBB/styles/prosilver') diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html index e2a086060c..4295867c05 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html +++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html @@ -15,7 +15,7 @@ - {L_VIEW_NEXT_HISTORY} + {L_VIEW_NEXT_HISTORY} @@ -179,7 +179,7 @@ - {L_VIEW_NEXT_PM} + {L_VIEW_NEXT_PM} diff --git a/phpBB/styles/prosilver/theme/icons.css b/phpBB/styles/prosilver/theme/icons.css index 9fb7244f4b..411fecaf3b 100644 --- a/phpBB/styles/prosilver/theme/icons.css +++ b/phpBB/styles/prosilver/theme/icons.css @@ -54,6 +54,10 @@ font-size: 16px; } +.arrow-left .icon { + float: left; +} + .arrow-left:hover .icon { margin-left: -5px; margin-right: 5px; -- cgit v1.2.1