Add clearfix to search results gallery-grid to clear the pager navigation. Other minor search results style updates. Don't display legends in short forms.

This commit is contained in:
Chad Kieffer
2009-10-25 23:46:09 -06:00
parent 76aa4bd1ef
commit 2b7a21dcbc
3 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
<h1><?= t("Search Results") ?></h1>
<? if (count($items)): ?>
<ul id="g-album-grid">
<ul id="g-album-grid" class="ui-helper-clearfix">
<? foreach ($items as $item): ?>
<? $item_class = "g-photo"; ?>
<? if ($item->is_album()): ?>