aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorSaeed Hubaishan <hubaishan@users.noreply.github.com>2017-02-22 13:30:48 +0300
committerGitHub <noreply@github.com>2017-02-22 13:30:48 +0300
commit3331581ee5218e54e2e5541af1c6321654a59dbc (patch)
tree05c68f2429f64fa998d7295091946d778ab54750 /phpBB
parentf47d2441518e0608b87749ee2cee819d5d0644bb (diff)
downloadforums-3331581ee5218e54e2e5541af1c6321654a59dbc.tar
forums-3331581ee5218e54e2e5541af1c6321654a59dbc.tar.gz
forums-3331581ee5218e54e2e5541af1c6321654a59dbc.tar.bz2
forums-3331581ee5218e54e2e5541af1c6321654a59dbc.tar.xz
forums-3331581ee5218e54e2e5541af1c6321654a59dbc.zip
[ticket/14975] Changes requested by hanakin
[ticket/14975] Changes requested by hanakin [PHPBB3-14975]
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/prosilver/theme/bidi.css9
1 files changed, 3 insertions, 6 deletions
diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css
index 3268c71515..860c2f6cb4 100644
--- a/phpBB/styles/prosilver/theme/bidi.css
+++ b/phpBB/styles/prosilver/theme/bidi.css
@@ -123,7 +123,7 @@
}
.rtl .jumpbox .dropdown-contents a {
- margin-right: 0px;
+ margin-right: 0;
margin-left: 20px;
}
@@ -604,15 +604,12 @@ li.breadcrumbs span:first-child > a {
*/
.rtl .caret {
- left: -6px;
- right: inherit;
border-right: 1px solid;
border-right-color: inherit;
border-left: none;
+ right: 6px;
}
-
-
/* Post control buttons
--------------------------------------------- */
.rtl .post-buttons {
@@ -928,9 +925,9 @@ li.breadcrumbs span:first-child > a {
}
.rtl .button-search-end {
+ border-radius: 4px 0 0 4px;
border-left-width: 1px;
border-right-width: 0;
- border-radius: 4px 0 0 4px;
}
.rtl .search-header .button-search-end {