aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/styles/prosilver/template/forum_fn.js2
-rw-r--r--phpBB/styles/prosilver/theme/common.css7
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 {