diff options
author | hanakin <midaym@gmail.com> | 2017-01-16 12:27:53 -0500 |
---|---|---|
committer | hanakin <midaym@gmail.com> | 2017-01-16 12:27:53 -0500 |
commit | d28c016bef63123c43ac5e0303553aec807eef97 (patch) | |
tree | cd1c5bbe312153d3b8a4a84e1a447ae96efd3379 /phpBB/styles | |
parent | 43ba6783c5cb32dbba91c1949de9d3447bcadd38 (diff) | |
download | forums-d28c016bef63123c43ac5e0303553aec807eef97.tar forums-d28c016bef63123c43ac5e0303553aec807eef97.tar.gz forums-d28c016bef63123c43ac5e0303553aec807eef97.tar.bz2 forums-d28c016bef63123c43ac5e0303553aec807eef97.tar.xz forums-d28c016bef63123c43ac5e0303553aec807eef97.zip |
[ticket/15023] undo previous changes
PHPBB3-15023
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/theme/bidi.css | 5 | ||||
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 8 |
2 files changed, 1 insertions, 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 { |