diff --git a/lib/gallery.common.css b/lib/gallery.common.css index 7fbb9db0..fb94bba6 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -631,6 +631,13 @@ div#g-action-status { /* color: #f00;*/ } +#g-add-photos-button { + background: #DFEFFC; + border: 1px solid #C5DBEC; + color: #2E6E9E + padding: .5em; +} + #g-add-photos p { margin: 0 } diff --git a/modules/gallery/views/simple_uploader.html.php b/modules/gallery/views/simple_uploader.html.php index 8133f6c2..cde58cf3 100644 --- a/modules/gallery/views/simple_uploader.html.php +++ b/modules/gallery/views/simple_uploader.html.php @@ -13,8 +13,10 @@ fileExt: "*.gif;*.jpg;*.jpeg;*.png;*.flv;*.mp4;*.GIF;*.JPG;*.JPEG;*.PNG;*.FLV;*.MP4", fileDesc: = t("Photos and movies")->for_js() ?>, cancelImg: "= url::file("lib/uploadify/cancel.png") ?>", - buttonText: = t("Select Files")->for_js() ?>, + buttonText: = t("Select Photos ...")->for_js() ?>, simUploadLimit: 10, + wmode: "transparent", + hideButton: true, auto: true, multi: true, onAllComplete: function(filesUploaded, errors, allbytesLoaded, speed) { @@ -38,7 +40,7 @@ "