From c0a0d6999d35a7157bef988c6218ddf31974896a Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Wed, 19 Oct 2011 16:58:53 -0400 Subject: [PATCH] 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 --- Open-ILS/web/css/skin/default/opac/style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 { -- 2.11.0