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 /lib | |
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 'lib')
-rw-r--r-- | lib/gallery.common.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css index be12af55..f6d5bf26 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -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 { |