mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-11 17:53:50 -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:
@@ -55,7 +55,6 @@ legend {
|
||||
|
||||
#g-banner legend,
|
||||
#g-sidebar legend,
|
||||
#g-content #g-search-form legend,
|
||||
input[type="hidden"] {
|
||||
display: none;
|
||||
}
|
||||
@@ -132,6 +131,7 @@ input[type="reset"] {
|
||||
|
||||
/* Short forms ~~~~~~~~~~~~~~~~~~~~~~~ */
|
||||
|
||||
.g-short-form legend,
|
||||
.g-short-form label {
|
||||
display: none;
|
||||
}
|
||||
@@ -151,6 +151,7 @@ input[type="reset"] {
|
||||
.g-short-form input[type=text] {
|
||||
color: #666;
|
||||
padding: .3em .6em;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.g-short-form .textbox.g-error {
|
||||
|
||||
@@ -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()): ?>
|
||||
|
||||
@@ -40,10 +40,6 @@ h1 {
|
||||
font-size: 1.7em;
|
||||
}
|
||||
|
||||
#g-search-results h1 {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
#g-progress h1 {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user