Updated Select Photos button hitbox to cover full visible button area.

This commit is contained in:
epeay
2012-10-08 16:41:02 -04:00
parent 71a67ebb9f
commit d8dce1e3e5
2 changed files with 3 additions and 2 deletions
@@ -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) ?>,