1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 10:16:36 +02:00

[ticket/12201] Separate pagination from table.

PHPBB3-12201
This commit is contained in:
Cesar G
2014-02-15 23:45:51 -08:00
parent c63b5275d8
commit efe667130d
3 changed files with 6 additions and 2 deletions

View File

@@ -1670,6 +1670,10 @@ input.button1:focus, input.button2:focus {
float: right;
}
.top-pagination {
margin: 15px 0 2px 0;
}
.rtl .pagination {
text-align: left;
float: left;