summaryrefslogtreecommitdiff
path: root/modules/gallery
diff options
context:
space:
mode:
authormamouneyya <mamoun.diraneyya@gmail.com>2010-08-31 23:08:01 +0800
committerBharat Mediratta <bharat@menalto.com>2010-09-01 10:59:00 +0800
commit318a94a5efcd451c850a9e750e042cb181475ebe (patch)
treea2c66099b17c7c640a58814365d5ae7c1edf6add /modules/gallery
parent23d59dec7240dfa4bffe9d88f46a848e76ce0134 (diff)
flip the float value for RTL
Diffstat (limited to 'modules/gallery')
-rw-r--r--modules/gallery/css/gallery.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/gallery/css/gallery.css b/modules/gallery/css/gallery.css
index 8012c6cc..275a3d7d 100644
--- a/modules/gallery/css/gallery.css
+++ b/modules/gallery/css/gallery.css
@@ -200,3 +200,7 @@
.rtl #g-translations ol {
margin: 0 2em 1em 0;
}
+
+.rtl #g-add-photos-status-message {
+ float: left;
+}