From c0af2072cadc94da81adc83c2522ce6ffb49ce87 Mon Sep 17 00:00:00 2001 From: hanakin Date: Mon, 16 Jan 2017 12:29:44 -0500 Subject: [PATCH] [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; + } +}