diff options
author | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-08-31 18:08:01 +0300 |
---|---|---|
committer | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-08-31 18:08:01 +0300 |
commit | a0033ce75968b3c134c0e439046f135b1e646550 (patch) | |
tree | 64e642d83961784d26d6ae3f1dedfd1ece095768 | |
parent | 0b6664e8f9d19df025739bc4a0cf1821563d6b3d (diff) |
flip the float value for RTL
-rw-r--r-- | modules/gallery/css/gallery.css | 4 |
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; +} |