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

View File

@@ -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 {

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()): ?>

View File

@@ -40,10 +40,6 @@ h1 {
font-size: 1.7em;
}
#g-search-results h1 {
margin-bottom: 1em;
}
#g-progress h1 {
font-size: 1.1em;
}