From 670629fe10322ca3b996d2ec4206a1aa71ae449d Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Fri, 13 Nov 2009 14:30:38 -0800 Subject: In order for us to provide a button that is style the way we want it to, we need to make the object transparent and hide its button, then our styling shows through. But what worked the other day no longer works, so until thumb gets a chance to look at the style so the buttons line up, we will just go with the default button so it works. --- modules/gallery/views/simple_uploader.html.php | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'modules') diff --git a/modules/gallery/views/simple_uploader.html.php b/modules/gallery/views/simple_uploader.html.php index 8f296ab2..10e748b6 100644 --- a/modules/gallery/views/simple_uploader.html.php +++ b/modules/gallery/views/simple_uploader.html.php @@ -15,8 +15,8 @@ cancelImg: "", buttonText: for_js() ?>, simUploadLimit: 10, - wmode: "transparent", - hideButton: true, + //wmode: "transparent", + hideButton: false, /* should be true */ auto: true, multi: true, onAllComplete: function(filesUploaded, errors, allbytesLoaded, speed) { @@ -81,8 +81,8 @@ // @todo figure out how to actually get the offset or why it comes back 0 0 var offset = $("#g-add-photos-button").offset(); - $("#g-uploadifyUploader").css({top: "97px", position: "absolute", left: "198px"}); - $("#g-add-photos-button").height("40px").width("120px"); + //$("#g-uploadifyUploader").css({top: "97px", position: "absolute", left: "198px"}); + //$("#g-add-photos-button").height("40px").width("120px"); }); @@ -115,11 +115,8 @@
- - -
- - + +