mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 11:29:24 -04:00
Fix outstanding issues in the organize dialog. Tighten up the layout a bit so that more microthumbs will display.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user