From 63ec1c5e48ef480c8bf6a6138e541fe1ad4fdb44 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Thu, 18 Feb 2010 19:28:13 -0700 Subject: Absolutely position the 'Add comment' button on the left for RTL. Fixes part of the reopened #869. --- lib/gallery.common.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib') 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 { -- cgit v1.2.3