1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-25 04:23:38 +01:00

[ticket/12011] Correctly align the pagination icon in topic rows.

PHPBB3-12011
This commit is contained in:
Cesar G 2013-11-08 19:29:57 -08:00
parent d1edd04742
commit 567106988e

View File

@ -198,8 +198,9 @@
/* Pagination in viewforum for multipage topics */
.rtl .row .pagination {
background-position: 100% 50%;
float: left;
padding: 1px 0 1px 15px;
padding: 1px 15px 1px 0;
}
.rtl .pagination span {