diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-01-02 08:42:06 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-01-02 08:42:06 -0800 |
commit | 1b3d20a0fbb114423bf52ef8fc8b7c7aae150391 (patch) | |
tree | cf146d0b9dd0965cd12ad0352c1f69b41a6ebbd6 /modules/gallery | |
parent | 1d42d5533a6f7ace5e2288d78f3fa55952e23ef8 (diff) |
Correct formatting in the uploadify dialog box for safari.
Diffstat (limited to 'modules/gallery')
-rw-r--r-- | modules/gallery/views/form_uploadify.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/form_uploadify.html.php b/modules/gallery/views/form_uploadify.html.php index 43b73033..f3b9c883 100644 --- a/modules/gallery/views/form_uploadify.html.php +++ b/modules/gallery/views/form_uploadify.html.php @@ -115,7 +115,7 @@ </ul> </div> -<div id="g-add-photos-canvas" style="text-align: center;"> +<div id="g-add-photos-canvas" style="text-align: center;clear: both"> <a id="g-add-photos-button" class="ui-corner-all" href="#"><?= t("Select photos...") ?></a> <span id="g-uploadify"></span> </div> |