[ticket/12201] Only the top pagination should be floated to the right.

PHPBB3-12201
This commit is contained in:
Cesar G 2014-02-16 00:19:09 -08:00
parent f78d4196ea
commit 01464e2451

View file

@ -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;
}