From f50c25475e2169f794721d328a64e6955a81473c Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Fri, 12 Mar 2010 17:19:45 +1100 Subject: [PATCH] Fix layout of search field --- output/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/output/css/style.css b/output/css/style.css index 20748ba..f167388 100644 --- a/output/css/style.css +++ b/output/css/style.css @@ -275,11 +275,12 @@ ul.inline li:first-child { font: 11px/13px "Lucida Grande", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif; color: #000; } -#search .clear { +#search span.clear { background: #fff url(/images/srch_r.gif) 0 0 no-repeat; float: left; width: 19px; height: 19px; + clear: none; /* for generic .clear below */ } #search .active { background-position: 0 -19px;