From 4204d554b8edf7963cd1b755ee8ef1873838acb6 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 14 Feb 2010 17:27:08 -0700 Subject: On search results, if g-item's onhover height is less than it's siblings set height, set the hover item's height equal to its siblings. --- themes/wind/css/screen.css | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'themes/wind/css') diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index 630e8bbd..e96b259d 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -275,6 +275,13 @@ td { z-index: 1; } +/* Search results ~~~~~~~~~~~~~~~~~~~~~~~~ */ + +#g-content #g-search-results { + margin-top: 1em; + padding-top: 1em; +} + /* Individual photo content ~~~~~~~~~~~~~~ */ #g-item { @@ -300,14 +307,10 @@ td { padding-right: 1.2em; } -#g-content #g-search-results { - margin-top: 1em; - padding-top: 1em; -} - /* In-line editing ~~~~~~~~~~~~~~~~~~~~~~ */ + #g-in-place-edit-message { - background-color: #FFF; + background-color: #fff; } /** ******************************************************************* -- cgit v1.2.3