diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-01-06 22:23:06 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-01-06 22:27:11 +0100 |
commit | 89f0e4d54f5306a88260525e27204fae858a3fc5 (patch) | |
tree | 5ba0b6c6b3ac780d84ee94a0a3873991e62f43d6 /phpBB | |
parent | 166320ef9edd0f8c5e6ddaee35f05741c274eb4e (diff) | |
download | forums-89f0e4d54f5306a88260525e27204fae858a3fc5.tar forums-89f0e4d54f5306a88260525e27204fae858a3fc5.tar.gz forums-89f0e4d54f5306a88260525e27204fae858a3fc5.tar.bz2 forums-89f0e4d54f5306a88260525e27204fae858a3fc5.tar.xz forums-89f0e4d54f5306a88260525e27204fae858a3fc5.zip |
[ticket/14772] Use float to prevent pagination overwriting topic time
PHPBB3-14772
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/prosilver/template/viewforum_body.html | 2 | ||||
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 10 |
2 files changed, 8 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html index 9824989687..7df57106e1 100644 --- a/phpBB/styles/prosilver/template/viewforum_body.html +++ b/phpBB/styles/prosilver/template/viewforum_body.html @@ -192,7 +192,7 @@ <!-- IF topicrow.REPLIES --><span class="responsive-show left-box" style="display: none;">{L_REPLIES}{L_COLON} <strong>{topicrow.REPLIES}</strong></span><!-- ENDIF --> <!-- ENDIF --> - <div class="responsive-hide"> + <div class="topic-poster responsive-hide"> <!-- IF topicrow.S_HAS_POLL --><i class="icon fa-bar-chart fa-fw" aria-hidden="true"></i><!-- ENDIF --> <!-- IF topicrow.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i><!-- ENDIF --> {L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME} diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 8505ac13f9..e2211457ed 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -878,7 +878,6 @@ fieldset.fields1 dl.pmlist dd.recipients { /* Pagination in viewforum for multipage topics */ .row .pagination { display: block; - margin-top: -12px; } .row .pagination > ul { @@ -887,8 +886,13 @@ fieldset.fields1 dl.pmlist dd.recipients { .row .pagination li a, .row .pagination li span { border-radius: 2px; - padding: 1px 3px; - font-size: 9px; + padding: 1px 3px; + font-size: 9px; +} + +.topic-poster { + float: left; + padding-right: 0.5em; } /* jQuery popups |