diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-11-20 12:44:41 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-11-20 12:44:41 -0800 |
commit | ca9e4d50800282486addba909829935ca521f33d (patch) | |
tree | 0db65f75ba2903ecc398da5897f1268a7496765a | |
parent | fab0930d1fe99aaeb7100b79f060f7185486e5e2 (diff) |
Use "#g-add-photos-canvas object" instead of "#g-uploadifyUploader" so
that we're not mixing naming styles.
-rw-r--r-- | modules/gallery/views/simple_uploader.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/simple_uploader.html.php b/modules/gallery/views/simple_uploader.html.php index 91f6d458..bc478232 100644 --- a/modules/gallery/views/simple_uploader.html.php +++ b/modules/gallery/views/simple_uploader.html.php @@ -1,6 +1,6 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <style> -#g-uploadifyUploader { +#g-add-photos-canvas object { left: -50px; position: relative; z-index: 100; |