diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-25 23:46:09 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-25 23:46:09 -0600 |
commit | 2b7a21dcbc39c8e11b46feb36fbf899e0a76bd8e (patch) | |
tree | d929f521697dcfc51d8bad541b6bd2ef4b02bd2a /modules | |
parent | 76aa4bd1efc3db62326fa2c008de568b53b8710e (diff) |
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.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/search/views/search.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search/views/search.html.php b/modules/search/views/search.html.php index ac9f3c92..af14520b 100644 --- a/modules/search/views/search.html.php +++ b/modules/search/views/search.html.php @@ -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()): ?> |