diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-02-19 11:36:31 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-02-19 11:36:31 -0800 |
commit | a6c3e8f0a26661afd353c75bea496532999f2ca5 (patch) | |
tree | afe17933b4e8d8cb4e1005b967d7e785a5705e74 /lib | |
parent | 74472dc83ca897423c630dce0d1d7e3b13bb0b5f (diff) | |
parent | 643fffdba0e595e4e3c4777a52088f81bafded40 (diff) |
Merge branch 'master' into talmdal_dev
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 { |