From 3c0a555c24d812b2406383569574a4e8ab7dbc3a Mon Sep 17 00:00:00 2001 From: "Soeren D. Schulze" Date: Mon, 28 Aug 2017 21:43:25 +0200 Subject: [ticket/15309] Fix pagination overlap Mark the contents of the column as "left-box", enabling proper alignment PHPBB3-15309 --- phpBB/styles/prosilver/template/search_results.html | 2 +- phpBB/styles/prosilver/template/viewforum_body.html | 4 ++-- phpBB/styles/prosilver/theme/common.css | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/search_results.html b/phpBB/styles/prosilver/template/search_results.html index 997bc28b4b..6bc5c72a87 100644 --- a/phpBB/styles/prosilver/template/search_results.html +++ b/phpBB/styles/prosilver/template/search_results.html @@ -114,7 +114,7 @@ -
+
{L_POST_BY_AUTHOR} {searchresults.TOPIC_AUTHOR_FULL} » {searchresults.FIRST_POST_TIME} » {L_IN} {searchresults.FORUM_TITLE} diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html index b57f48ba15..7b27a1d904 100644 --- a/phpBB/styles/prosilver/template/viewforum_body.html +++ b/phpBB/styles/prosilver/template/viewforum_body.html @@ -190,11 +190,11 @@
{L_POSTED} {L_IN} {topicrow.FORUM_NAME}
- + -
+
{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 ed2cc369b1..8626743691 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -886,7 +886,6 @@ fieldset.fields1 dl.pmlist dd.recipients { /* Pagination in viewforum for multipage topics */ .row .pagination { display: block; - margin-top: -12px; } .row .pagination > ul { -- cgit v1.2.1