From d28c016bef63123c43ac5e0303553aec807eef97 Mon Sep 17 00:00:00 2001 From: hanakin Date: Mon, 16 Jan 2017 12:27:53 -0500 Subject: [PATCH] [ticket/15023] undo previous changes PHPBB3-15023 --- phpBB/styles/prosilver/theme/bidi.css | 5 ----- phpBB/styles/prosilver/theme/common.css | 8 +------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index 5e9b4cfb2d..f23af1b5fc 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -261,11 +261,6 @@ margin-right: 0; } -.rtl .topic-poster { - float: right; - padding-left: 0.5em; -} - /* Action Bar styles ---------------------------------------- */ .rtl .action-bar .button { diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 4765230f6c..df9226e666 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -878,7 +878,7 @@ fieldset.fields1 dl.pmlist dd.recipients { /* Pagination in viewforum for multipage topics */ .row .pagination { display: block; - margin-top: 0.3em; + margin-top: -12px; } .row .pagination > ul { @@ -891,12 +891,6 @@ fieldset.fields1 dl.pmlist dd.recipients { font-size: 9px; } -.topic-poster { - float: left; - padding-right: 0.5em; - margin-top: 0.3em; -} - /* jQuery popups ---------------------------------------- */ .phpbb_alert {