From 01464e2451893b73489cb83d45c9655a0c791395 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Sun, 16 Feb 2014 00:19:09 -0800 Subject: [PATCH] [ticket/12201] Only the top pagination should be floated to the right. PHPBB3-12201 --- phpBB/adm/style/admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }