From: Dan Scott Date: Wed, 19 Oct 2011 20:58:53 +0000 (-0400) Subject: TPAC: Search text box is weird in Firefox X-Git-Tag: sprint4-merge-nov22~4749^2~12 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c0a0d6999d35a7157bef988c6218ddf31974896a;p=working%2FEvergreen.git TPAC: Search text box is weird in Firefox The span border was conflicting with the input border for the text input box. Also addresses the text box being jammed against the "for" word. Signed-off-by: Dan Scott --- diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css index 68911f414b..586cf9cfe4 100644 --- a/Open-ILS/web/css/skin/default/opac/style.css +++ b/Open-ILS/web/css/skin/default/opac/style.css @@ -14,7 +14,6 @@ a { } #search-wrapper input[type=text] { - border:none; margin:0; padding:0; } @@ -218,9 +217,7 @@ span.dash_divider { } .search_box_wrapper { - border:1px solid #e9ebf3; - padding: 1px; - padding-left: 3px; + padding: 1px 1px 1px 3px; } #search-wrapper #breadcrumb {