aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/bidi.css
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/prosilver/theme/bidi.css')
-rw-r--r--phpBB/styles/prosilver/theme/bidi.css41
1 files changed, 28 insertions, 13 deletions
diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css
index c2d15b9ef2..78b95d902e 100644
--- a/phpBB/styles/prosilver/theme/bidi.css
+++ b/phpBB/styles/prosilver/theme/bidi.css
@@ -554,13 +554,27 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
/* Rollover buttons
Based on: http://wellstyled.com/css-nopreload-rollovers.html
----------------------------------------*/
-.rtl .buttons {
- float: right;
+.rtl .icon-button.dropdown-select {
+ padding-left: 26px;
+ padding-right: 8px;
+}
+
+.rtl .icon-button:before {
+ float: left;
+ margin-left: 0;
+ margin-right: 2px;
}
-/* Rollover state */
-.rtl .buttons div {
- margin: 0 1px 0 5px;
+.dropdown-select:after {
+ border-left: 0;
+ border-right-style: solid;
+ border-right-width: 1px;
+ left: 0;
+ right: auto;
+}
+
+.rtl .buttons, .rtl .buttons .button {
+ float: right;
}
/* Icon images
@@ -574,17 +588,18 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
padding-right: 0;
}
-/* Poster profile icons
-----------------------------------------*/
-/* Rollover state */
-.rtl .postprofile ul.profile-icons li {
+/* Post control buttons
+--------------------------------------------- */
+.rtl .post-buttons {
+ float: left;
+}
+
+.rtl .post-buttons li {
float: right;
- margin: 0 0 3px 6px;
}
-/* Positioning of moderator icons */
-.rtl .postbody ul.profile-icons {
- float: left;
+.post-buttons .icon-button:before {
+ margin-right: 0;
}
/**