diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2010-02-18 19:28:13 -0700 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2010-02-18 19:28:13 -0700 |
commit | 63ec1c5e48ef480c8bf6a6138e541fe1ad4fdb44 (patch) | |
tree | cd617576bf56a2d9e12aebcb49934484882d0cd8 /lib | |
parent | b103306f3d60407fd4e97ec601ba9baed467f766 (diff) |
Absolutely position the 'Add comment' button on the left for RTL. Fixes part of the reopened #869.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gallery.common.css | 5 |
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 { |