From d28c016bef63123c43ac5e0303553aec807eef97 Mon Sep 17 00:00:00 2001 From: hanakin Date: Mon, 16 Jan 2017 12:27:53 -0500 Subject: [PATCH 1/4] [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 { From 0d7d4b4ddd682ff9f75447c780f55911e8f739ca Mon Sep 17 00:00:00 2001 From: hanakin Date: Mon, 16 Jan 2017 12:28:52 -0500 Subject: [PATCH 2/4] [ticket/15023] Remove unnessecary left-box class no longer nessecary after this fix PHPPB3-15023 --- phpBB/styles/prosilver/template/viewforum_body.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html index 7df57106e1..867fd84112 100644 --- a/phpBB/styles/prosilver/template/viewforum_body.html +++ b/phpBB/styles/prosilver/template/viewforum_body.html @@ -189,7 +189,9 @@ {L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} « {topicrow.LAST_POST_TIME}
{L_POSTED} {L_IN} {topicrow.FORUM_NAME} - + + +
From c0af2072cadc94da81adc83c2522ce6ffb49ce87 Mon Sep 17 00:00:00 2001 From: hanakin Date: Mon, 16 Jan 2017 12:29:44 -0500 Subject: [PATCH 3/4] [ticket/15023] Remove all prev RWD and add new PHPBB3-15023 --- phpBB/styles/prosilver/theme/responsive.css | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css index d71fd142e6..bd980ecf99 100644 --- a/phpBB/styles/prosilver/theme/responsive.css +++ b/phpBB/styles/prosilver/theme/responsive.css @@ -280,11 +280,6 @@ margin: 5px 0 0; } - .row .pagination { - margin-top: 2px; - margin-bottom: 2px; - } - .row .pagination .ellipsis + li { display: none !important; } @@ -567,13 +562,11 @@ @media (max-width: 850px) { .postprofile { width: 28%; } + + } @media (min-width: 701px) and (max-width: 950px) { - .row .pagination { - margin-top: 2px; - margin-bottom: 2px; - } ul.topiclist dt { margin-right: -410px; @@ -588,3 +581,11 @@ } } +@media (max-width: 992px) { + .row .pagination { + margin-top: 4px; + margin-bottom: 4px; + float: left; + text-align: left; + } +} From 3bd01d812a3316237fc4a50235cc0c69c3448fbf Mon Sep 17 00:00:00 2001 From: hanakin Date: Mon, 16 Jan 2017 12:34:59 -0500 Subject: [PATCH 4/4] [ticket/15023] Fix for linting PHPBB3-15023 --- phpBB/styles/prosilver/theme/responsive.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css index bd980ecf99..76033a5ce1 100644 --- a/phpBB/styles/prosilver/theme/responsive.css +++ b/phpBB/styles/prosilver/theme/responsive.css @@ -583,9 +583,9 @@ @media (max-width: 992px) { .row .pagination { + text-align: left; + float: left; margin-top: 4px; margin-bottom: 4px; - float: left; - text-align: left; } }