diff options
author | hubaishan <saeed@hubaishan.com> | 2017-01-10 12:27:25 +0300 |
---|---|---|
committer | hubaishan <saeed@hubaishan.com> | 2017-01-10 12:57:12 +0300 |
commit | 29918884386d8acb738ccbc93c7e7457b5ddf3b4 (patch) | |
tree | 21d0aa9dde1081357d5fc0457a3b1fbb2b80de1f /phpBB/styles/prosilver/theme | |
parent | 442d21ace2b5d33e328917d7e7ac536709ba4d5c (diff) | |
download | forums-29918884386d8acb738ccbc93c7e7457b5ddf3b4.tar forums-29918884386d8acb738ccbc93c7e7457b5ddf3b4.tar.gz forums-29918884386d8acb738ccbc93c7e7457b5ddf3b4.tar.bz2 forums-29918884386d8acb738ccbc93c7e7457b5ddf3b4.tar.xz forums-29918884386d8acb738ccbc93c7e7457b5ddf3b4.zip |
[ticket/14975] Correct RTL style css
display_options.html corrected to move (display and sorting option) to right
jumpbox.html corrected to change arrow direction to left in RTL
pagination.html corrected to change arrows direction on RTL
bidi.css more edittions to correct remain style mistakes
PHPBB3-14975
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r-- | phpBB/styles/prosilver/theme/bidi.css | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index f09493ab3b..78ecb1e6b6 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -13,6 +13,10 @@ text-align: left; } +p.jumpbox-return { + float: right; +} + .rtl div.rules ul { margin-left: 0; margin-right: 20px; @@ -118,6 +122,11 @@ float: left; } +.jumpbox .dropdown-contents a { + margin-right: 0px; + margin-left: 20px; +} + /* Notifications -----------------------------------------*/ .rtl .notification_list ul li img { @@ -261,6 +270,10 @@ margin-right: 0; } +.rtl .topic-poster { + float: right; + padding-left: 0.5em; +} /* Action Bar styles ---------------------------------------- */ @@ -596,7 +609,11 @@ li.breadcrumbs span:first-child > a { */ .rtl .caret { - float: right; + left: -6px; + right: inherit; + border-right: 1px solid; + border-right-color: inherit; + border-left: none; } @@ -915,9 +932,10 @@ li.breadcrumbs span:first-child > a { float: right; } -.button-search-end { +.rtl .button-search-end { border-left-width: 1px; border-right-width: 0; + border-radius: 4px 0 0 4px; } .rtl .search-header .button-search-end { |