diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-11-15 22:55:09 -0700 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-11-15 22:55:09 -0700 |
| commit | fb2c365d8fdaa6941b61edac26df2f3550822e6e (patch) | |
| tree | 5b5037515e7a17561e3895094b0c31bd312bbaa6 /modules/organize/views/organize_tree.html.php | |
| parent | dcfa74e2d9084a4dd9ac56333c47d6fdbee46707 (diff) | |
Fix outstanding issues in the organize dialog. Tighten up the layout a bit so that more microthumbs will display.
Diffstat (limited to 'modules/organize/views/organize_tree.html.php')
| -rw-r--r-- | modules/organize/views/organize_tree.html.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/organize/views/organize_tree.html.php b/modules/organize/views/organize_tree.html.php index 924a1bd6..740c2521 100644 --- a/modules/organize/views/organize_tree.html.php +++ b/modules/organize/views/organize_tree.html.php @@ -14,8 +14,7 @@ <? else: ?> <li class="g-organize-album ui-icon-left <?= access::can("edit", $child) ? "" : "g-view-only" ?>" ref="<?= $child->id ?>"> - <span class="ui-icon ui-icon-plus"> - </span> + <span class="ui-icon ui-icon-plus"></span> <span class="g-organize-album-text" ref="<?= $child->id ?>"> <?= html::clean($child->title) ?> </span> |
