diff options
author | Saeed Hubaishan <hubaishan@users.noreply.github.com> | 2017-01-30 07:39:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-30 07:39:25 +0300 |
commit | f47d2441518e0608b87749ee2cee819d5d0644bb (patch) | |
tree | c2e9ee96533c4b6c539751ec00b647ed9c689558 /phpBB | |
parent | 29918884386d8acb738ccbc93c7e7457b5ddf3b4 (diff) | |
download | forums-f47d2441518e0608b87749ee2cee819d5d0644bb.tar forums-f47d2441518e0608b87749ee2cee819d5d0644bb.tar.gz forums-f47d2441518e0608b87749ee2cee819d5d0644bb.tar.bz2 forums-f47d2441518e0608b87749ee2cee819d5d0644bb.tar.xz forums-f47d2441518e0608b87749ee2cee819d5d0644bb.zip |
[ticket/14975] add missing .rtl
[ticket/14975] add missing .rtl and resolve conflict
[PHPBB3-14975]
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/prosilver/theme/bidi.css | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index 78ecb1e6b6..3268c71515 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -13,7 +13,7 @@ text-align: left; } -p.jumpbox-return { +.rtl p.jumpbox-return { float: right; } @@ -122,7 +122,7 @@ p.jumpbox-return { float: left; } -.jumpbox .dropdown-contents a { +.rtl .jumpbox .dropdown-contents a { margin-right: 0px; margin-left: 20px; } @@ -270,11 +270,6 @@ p.jumpbox-return { margin-right: 0; } -.rtl .topic-poster { - float: right; - padding-left: 0.5em; -} - /* Action Bar styles ---------------------------------------- */ .rtl .action-bar .button { |