mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-28 10:43:53 -04:00
Fix up microthumb grid, changed unselect to deselect all, white space fixes.
This commit is contained in:
@@ -9,12 +9,10 @@
|
||||
<? endif ?>
|
||||
<li>
|
||||
<div>
|
||||
<div class="gOrganizeReorderDropTarget" ref="<?= $child->id ?>">
|
||||
</div>
|
||||
<div id="gMicroThumb-<?= $child->id ?>" class="gMicroThumb <?= $item_class ?>">
|
||||
<?= $child->thumb_tag(array("class" => "gThumbnail"), $thumbsize, true) ?>
|
||||
</div>
|
||||
<div class="gOrganizeReorderDropTarget" ref="<?= $child->id ?>"> </div>
|
||||
<div id="gMicroThumb-<?= $child->id ?>" class="gMicroThumb <?= $item_class ?>">
|
||||
<?= $child->thumb_tag(array("class" => "gThumbnail"), $thumbsize, true) ?>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<? endforeach ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user