mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-31 20:20:36 -04:00
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:
@@ -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()): ?>
|
||||
|
||||
Reference in New Issue
Block a user