aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMichael Miday <midaym@gmail.com>2015-10-18 11:02:56 +0200
committerMichael Miday <midaym@gmail.com>2015-11-11 09:26:51 +0100
commit39f1c24af91d62da3d3ac589f8e5c81733550412 (patch)
treecd19fa19745e353d34ac0a354276979f3343c588 /phpBB
parentc3c41d409b2549fc19beeb6f943fcb43caa0c4a8 (diff)
downloadforums-39f1c24af91d62da3d3ac589f8e5c81733550412.tar
forums-39f1c24af91d62da3d3ac589f8e5c81733550412.tar.gz
forums-39f1c24af91d62da3d3ac589f8e5c81733550412.tar.bz2
forums-39f1c24af91d62da3d3ac589f8e5c81733550412.tar.xz
forums-39f1c24af91d62da3d3ac589f8e5c81733550412.zip
[ticket/14229] fix paging spacing
PHPBB3-14229
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/prosilver/theme/common.css2
-rw-r--r--phpBB/styles/prosilver/theme/responsive.css6
2 files changed, 5 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index e50f82a8aa..af8fa33632 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -875,7 +875,7 @@ fieldset.fields1 dl.pmlist dd.recipients {
/* Pagination in viewforum for multipage topics */
.row .pagination {
display: block;
- margin-top: -10px;
+ margin-top: -12px;
}
.row .pagination > ul {
diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css
index bd2c013024..6d74c5772e 100644
--- a/phpBB/styles/prosilver/theme/responsive.css
+++ b/phpBB/styles/prosilver/theme/responsive.css
@@ -281,7 +281,8 @@
}
.row .pagination {
- margin-top: 0;
+ margin-top: 2px;
+ margin-bottom: 2px;
}
.row .pagination .ellipsis + li {
@@ -563,7 +564,8 @@
@media (min-width: 701px) and (max-width: 950px) {
.row .pagination {
- margin-top: 0;
+ margin-top: 2px;
+ margin-bottom: 2px;
}
ul.topiclist dt {