diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-01-02 12:53:56 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-01-02 12:53:56 -0800 |
commit | e413cb301136ada54b30d6f2eee06c7ee0700756 (patch) | |
tree | 04b7a3ec7980555441b2b6aabf37342a946f7286 | |
parent | 1544bea535cd9ef46ffb0c9414fcdb3302d56670 (diff) | |
parent | 77cabb056faf451e7efcf89579bb168944dfcb99 (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
-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> |