aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2013-11-08 19:29:57 -0800
committerCesar G <prototech91@gmail.com>2014-01-17 19:15:38 -0800
commit567106988e14344c8c84d5db007ae25dac4cbbf0 (patch)
tree075d1b485d767ff6920a696f0e5ea6d70ead7785
parentd1edd047426899b7ce0a59b0b909d89f3b581141 (diff)
downloadforums-567106988e14344c8c84d5db007ae25dac4cbbf0.tar
forums-567106988e14344c8c84d5db007ae25dac4cbbf0.tar.gz
forums-567106988e14344c8c84d5db007ae25dac4cbbf0.tar.bz2
forums-567106988e14344c8c84d5db007ae25dac4cbbf0.tar.xz
forums-567106988e14344c8c84d5db007ae25dac4cbbf0.zip
[ticket/12011] Correctly align the pagination icon in topic rows.
PHPBB3-12011
-rw-r--r--phpBB/styles/prosilver/theme/bidi.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css
index e5e28c578e..f676dbfd0f 100644
--- a/phpBB/styles/prosilver/theme/bidi.css
+++ b/phpBB/styles/prosilver/theme/bidi.css
@@ -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 {