Fix up microthumb grid, changed unselect to deselect all, white space fixes.

This commit is contained in:
Chad Kieffer
2009-04-10 05:40:56 +00:00
parent 91bc1292da
commit 9f488446d9
3 changed files with 10 additions and 10 deletions
@@ -9,12 +9,10 @@
<? endif ?>
<li>
<div>
<div class="gOrganizeReorderDropTarget" ref="<?= $child->id ?>">&nbsp;
</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 ?>">&nbsp;</div>
<div id="gMicroThumb-<?= $child->id ?>" class="gMicroThumb <?= $item_class ?>">
<?= $child->thumb_tag(array("class" => "gThumbnail"), $thumbsize, true) ?>
</div>
</div>
</li>
<? endforeach ?>