diff options
author | Cesar G <prototech91@gmail.com> | 2014-02-16 00:19:09 -0800 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-04-15 13:57:45 -0700 |
commit | 01464e2451893b73489cb83d45c9655a0c791395 (patch) | |
tree | d21af27302562826c2eb267827cd8f80f2f4b84b | |
parent | f78d4196eaa1040fc2e5f3c1734a74623bfa6a89 (diff) | |
download | forums-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.css | 2 |
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; } |