aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-02-16 00:19:09 -0800
committerCesar G <prototech91@gmail.com>2014-04-15 13:57:45 -0700
commit01464e2451893b73489cb83d45c9655a0c791395 (patch)
treed21af27302562826c2eb267827cd8f80f2f4b84b
parentf78d4196eaa1040fc2e5f3c1734a74623bfa6a89 (diff)
downloadforums-01464e2451893b73489cb83d45c9655a0c791395.tar
forums-01464e2451893b73489cb83d45c9655a0c791395.tar.gz
forums-01464e2451893b73489cb83d45c9655a0c791395.tar.bz2
forums-01464e2451893b73489cb83d45c9655a0c791395.tar.xz
forums-01464e2451893b73489cb83d45c9655a0c791395.zip
[ticket/12201] Only the top pagination should be floated to the right.
PHPBB3-12201
-rw-r--r--phpBB/adm/style/admin.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index e93a09ff21..edfcf3ab41 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -1671,10 +1671,10 @@ input.button1:focus, input.button2:focus {
width: auto;
text-align: right;
margin-top: 5px;
- float: right;
}
.top-pagination {
+ float: right;
margin: 15px 0 2px 0;
}