mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/12201] Only the top pagination should be floated to the right.
PHPBB3-12201
This commit is contained in:
@@ -1671,10 +1671,10 @@ input.button1:focus, input.button2:focus {
|
|||||||
width: auto;
|
width: auto;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
float: right;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-pagination {
|
.top-pagination {
|
||||||
|
float: right;
|
||||||
margin: 15px 0 2px 0;
|
margin: 15px 0 2px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user