From 36b42d376ede0c173209443fc2846d4950b0e0e2 Mon Sep 17 00:00:00 2001 From: PayBas <contact@paybas.com> Date: Fri, 6 Jun 2014 00:40:03 +0200 Subject: [PATCH] [ticket/12613] Set fixed font-size and clean up spaces > tabs PHPBB3-12613 --- phpBB/styles/prosilver/template/forum_fn.js | 2 +- phpBB/styles/prosilver/theme/common.css | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/phpBB/styles/prosilver/template/forum_fn.js b/phpBB/styles/prosilver/template/forum_fn.js index 67caea7cf4..3d42439c1d 100644 --- a/phpBB/styles/prosilver/template/forum_fn.js +++ b/phpBB/styles/prosilver/template/forum_fn.js @@ -364,7 +364,7 @@ function parse_document(container) if (event.which == 13 || event.keyCode == 13) { event.preventDefault(); pageJump($(this)); - } + } }); container.find('.pagination .dropdown-trigger').click(function() { diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index f0617b6afa..3577cd03c6 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -805,10 +805,11 @@ fieldset.fields1 dl.pmlist dd.recipients { /* Pagination ---------------------------------------- */ .pagination { - width: auto; - text-align: right; - margin-top: 5px; float: right; + font-size: 11px; + margin-top: 5px; + text-align: right; + width: auto; } li.pagination {