Fix outstanding issues in the organize dialog. Tighten up the layout a bit so that more microthumbs will display.

This commit is contained in:
Chad Kieffer
2009-11-15 22:55:09 -07:00
parent dcfa74e2d9
commit fb2c365d8f
5 changed files with 97 additions and 92 deletions

View File

@@ -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>