diff options
author | PayBas <contact@paybas.com> | 2014-06-06 00:40:03 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-06-06 00:40:03 +0200 |
commit | 36b42d376ede0c173209443fc2846d4950b0e0e2 (patch) | |
tree | 0fe462f145a972ac3130bb58a5f812189cf2e54e | |
parent | 2d8ca3ea90ebffbda88dd4f3e46a6c41c8412325 (diff) | |
download | forums-36b42d376ede0c173209443fc2846d4950b0e0e2.tar forums-36b42d376ede0c173209443fc2846d4950b0e0e2.tar.gz forums-36b42d376ede0c173209443fc2846d4950b0e0e2.tar.bz2 forums-36b42d376ede0c173209443fc2846d4950b0e0e2.tar.xz forums-36b42d376ede0c173209443fc2846d4950b0e0e2.zip |
[ticket/12613] Set fixed font-size
and clean up spaces > tabs
PHPBB3-12613
-rw-r--r-- | phpBB/styles/prosilver/template/forum_fn.js | 2 | ||||
-rw-r--r-- | 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 { |