mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-23 19:58:51 +00:00
[ticket/12011] Correctly align the pagination icon in topic rows.
PHPBB3-12011
This commit is contained in:
parent
d1edd04742
commit
567106988e
1 changed files with 2 additions and 1 deletions
|
@ -198,8 +198,9 @@
|
||||||
|
|
||||||
/* Pagination in viewforum for multipage topics */
|
/* Pagination in viewforum for multipage topics */
|
||||||
.rtl .row .pagination {
|
.rtl .row .pagination {
|
||||||
|
background-position: 100% 50%;
|
||||||
float: left;
|
float: left;
|
||||||
padding: 1px 0 1px 15px;
|
padding: 1px 15px 1px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl .pagination span {
|
.rtl .pagination span {
|
||||||
|
|
Loading…
Add table
Reference in a new issue