summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2010-02-18 19:28:13 -0700
committerChad Kieffer <ckieffer@gmail.com>2010-02-18 19:28:13 -0700
commit63ec1c5e48ef480c8bf6a6138e541fe1ad4fdb44 (patch)
treecd617576bf56a2d9e12aebcb49934484882d0cd8
parentb103306f3d60407fd4e97ec601ba9baed467f766 (diff)
Absolutely position the 'Add comment' button on the left for RTL. Fixes part of the reopened #869.
-rw-r--r--lib/gallery.common.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css
index 553eb496..98b4ee40 100644
--- a/lib/gallery.common.css
+++ b/lib/gallery.common.css
@@ -743,6 +743,11 @@ div#g-action-status {
margin-right: .4em;
}
+.rtl #g-admin-comment-button {
+ right: inherit;
+ left: 0;
+}
+
/* RTL Superfish ~~~~~~~~~~~~~~~~~~~~~~~~~ */
.rtl .sf-menu a {