From 9bc84b69863495a7977f63bf5b60fcb1e9811e49 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Mon, 30 Aug 2010 22:43:25 -0700 Subject: Clean up the default case in the OrganizeProperties::getProperty method --- modules/organize/lib/Gallery3WebClient.swf | Bin 148793 -> 148799 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'modules') diff --git a/modules/organize/lib/Gallery3WebClient.swf b/modules/organize/lib/Gallery3WebClient.swf index eee45e08..b82c8a42 100644 Binary files a/modules/organize/lib/Gallery3WebClient.swf and b/modules/organize/lib/Gallery3WebClient.swf differ -- cgit v1.2.3 From 318a94a5efcd451c850a9e750e042cb181475ebe Mon Sep 17 00:00:00 2001 From: mamouneyya Date: Tue, 31 Aug 2010 23:08:01 +0800 Subject: flip the float value for RTL --- modules/gallery/css/gallery.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules') 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; +} -- cgit v1.2.3