diff options
author | epeay <elliottp@inmotionhosting.com> | 2012-10-08 16:41:02 -0400 |
---|---|---|
committer | epeay <elliottp@inmotionhosting.com> | 2012-10-08 16:41:02 -0400 |
commit | d8dce1e3e5bd6ed3976222fed2063b96f0569bc9 (patch) | |
tree | 22d3aa1dfec0e588b333a6135574c83771ddaa27 /modules/gallery/views | |
parent | 71a67ebb9f685c4f7347c9a9744e3267bd2aa4f9 (diff) |
Updated Select Photos button hitbox to cover full visible button area.
Diffstat (limited to 'modules/gallery/views')
-rw-r--r-- | modules/gallery/views/form_uploadify.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/views/form_uploadify.html.php b/modules/gallery/views/form_uploadify.html.php index 22332e82..c1f985c3 100644 --- a/modules/gallery/views/form_uploadify.html.php +++ b/modules/gallery/views/form_uploadify.html.php @@ -23,8 +23,8 @@ if (swfobject.hasFlashPlayerVersion("<?= $flash_minimum_version ?>")) { $("#g-uploadify").uploadify({ - width: 150, - height: 33, + width: 298, + height: 32, uploader: "<?= url::file("lib/uploadify/uploadify.swf") ?>", script: "<?= url::site("uploader/add_photo/{$album->id}") ?>", scriptData: <?= json_encode($script_data) ?>, |