mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12201] Only the top pagination should be floated to the right.
PHPBB3-12201
This commit is contained in:
parent
f78d4196ea
commit
01464e2451
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue