TPAC: Search text box is weird in Firefox
authorDan Scott <dscott@laurentian.ca>
Wed, 19 Oct 2011 20:58:53 +0000 (16:58 -0400)
committerDan Scott <dscott@laurentian.ca>
Wed, 19 Oct 2011 20:58:53 +0000 (16:58 -0400)
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 <dscott@laurentian.ca>
Open-ILS/web/css/skin/default/opac/style.css

index 68911f4..586cf9c 100644 (file)
@@ -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 {