diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2017-01-07 00:18:40 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2017-01-07 00:18:40 +0100 |
| commit | e096137537d1526ae914c73c66619cd1821c2f7a (patch) | |
| tree | c3dc29abbb78f5ce638aca83e297884293e3692c /phpBB/styles/prosilver/template | |
| parent | 7074876f3298df301bad89c1a55c4265aad4c710 (diff) | |
| parent | ba82dfa49ec585c9f9498c5a7f2d8ea8038e7143 (diff) | |
| download | forums-e096137537d1526ae914c73c66619cd1821c2f7a.tar forums-e096137537d1526ae914c73c66619cd1821c2f7a.tar.gz forums-e096137537d1526ae914c73c66619cd1821c2f7a.tar.bz2 forums-e096137537d1526ae914c73c66619cd1821c2f7a.tar.xz forums-e096137537d1526ae914c73c66619cd1821c2f7a.zip | |
Merge pull request #4620 from marc1706/ticket/14772
[ticket/14772] Use float to prevent pagination overwriting topic time
Diffstat (limited to 'phpBB/styles/prosilver/template')
| -rw-r--r-- | phpBB/styles/prosilver/template/viewforum_body.html | 2 |
1 files changed, 1 insertions, 1 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} |
