diff options
author | Cash Costello <cash.costello@gmail.com> | 2010-10-30 17:45:51 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2010-10-30 17:45:51 +0000 |
commit | f1b63cb2469bd332a20ed8f47109ab52f6381f4c (patch) | |
tree | 0595f4876f1aad37a82544415cff5ebbabc3e9b2 /views | |
parent | 43c7b8c642a5fc8541122414849a75770975b222 (diff) | |
download | elgg-f1b63cb2469bd332a20ed8f47109ab52f6381f4c.tar.gz elgg-f1b63cb2469bd332a20ed8f47109ab52f6381f4c.tar.bz2 |
increased width of flash to cover text
Diffstat (limited to 'views')
-rw-r--r-- | views/default/tidypics/forms/ajax_upload.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/default/tidypics/forms/ajax_upload.php b/views/default/tidypics/forms/ajax_upload.php index 47aa954c7..c703d293b 100644 --- a/views/default/tidypics/forms/ajax_upload.php +++ b/views/default/tidypics/forms/ajax_upload.php @@ -86,6 +86,7 @@ $("#uploadify").uploadify({ 'wmode' : 'transparent', 'buttonImg' : " ", 'height' : 20, + 'width' : 130, 'onEmbedFlash' : function(event) { $("#" + event.id).hover( function(){ |