summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-11-20 12:44:41 -0800
committerBharat Mediratta <bharat@menalto.com>2009-11-20 12:44:41 -0800
commitca9e4d50800282486addba909829935ca521f33d (patch)
tree0db65f75ba2903ecc398da5897f1268a7496765a
parentfab0930d1fe99aaeb7100b79f060f7185486e5e2 (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.php2
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;