diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-28 23:34:53 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-28 23:34:53 -0600 |
| commit | 66e1e32f342a7f23ea2bb01ea4020069d0a6a82d (patch) | |
| tree | 9e681a8b7a0d87c9d425c4bac3b2053a9705b808 /modules/organize/views/organize_thumb_grid.html.php | |
| parent | db35107daf2f1a810e15997a074af0ccbb0efc8e (diff) | |
Removed YUI grids. Added g- prefix to selected class. Layout almost completely restored, still need to fix action-status message box
Diffstat (limited to 'modules/organize/views/organize_thumb_grid.html.php')
| -rw-r--r-- | modules/organize/views/organize_thumb_grid.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/organize/views/organize_thumb_grid.html.php b/modules/organize/views/organize_thumb_grid.html.php index e9681a5f..f28176de 100644 --- a/modules/organize/views/organize_thumb_grid.html.php +++ b/modules/organize/views/organize_thumb_grid.html.php @@ -1,6 +1,6 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <? foreach ($album->children(25, $offset) as $child): ?> -<li class="g-organize-microthumb-grid-cell" ref="<?= $child->id ?>"> +<li class="g-organize-microthumb-grid-cell g-left" ref="<?= $child->id ?>"> <div id="g-organize-microthumb_<?= $child->id ?>" class="g-organize-microthumb <?= $child->is_album() ? "g-album" : "g-photo" ?>"> <?= $child->thumb_img(array("class" => "g-thumbnail", "ref" => $child->id), 90, true) ?> |
