summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2010-02-28 22:09:40 -0700
committerChad Kieffer <ckieffer@gmail.com>2010-02-28 22:09:40 -0700
commitdc003734041f49cff99330dc1f20818a694b6554 (patch)
treea31a1bf760c34a501ffbc4cf84a936d41cee4809 /modules
parent5f985b3e2aa404d9b1145796dff8bc4c1e48b3f0 (diff)
Apply ui-helper-clearfix to the breadcrumb in the upload dialog to ensure it clears the upload canvas in webkit-based browsers.
Diffstat (limited to 'modules')
-rw-r--r--modules/gallery/views/form_uploadify.html.php2
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 2cb690ea..d811f913 100644
--- a/modules/gallery/views/form_uploadify.html.php
+++ b/modules/gallery/views/form_uploadify.html.php
@@ -92,7 +92,7 @@
<p>
<?= t("Photos will be uploaded to album: ") ?>
</p>
- <ul class="g-breadcrumbs">
+ <ul class="g-breadcrumbs ui-helper-clearfix">
<? foreach ($album->parents() as $i => $parent): ?>
<li<? if ($i == 0) print " class=\"g-first\"" ?>> <?= html::clean($parent->title) ?> </li>
<? endforeach ?>