diff options
author | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-08-31 23:08:01 +0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-09-01 10:59:00 +0800 |
commit | 318a94a5efcd451c850a9e750e042cb181475ebe (patch) | |
tree | a2c66099b17c7c640a58814365d5ae7c1edf6add /modules/gallery/css/gallery.css | |
parent | 23d59dec7240dfa4bffe9d88f46a848e76ce0134 (diff) |
flip the float value for RTL
Diffstat (limited to 'modules/gallery/css/gallery.css')
-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; +} |