Increase size of home search box
authorJeff Godin <jgodin@tadl.org>
Mon, 23 Apr 2012 11:08:27 +0000 (07:08 -0400)
committerJeff Godin <jgodin@tadl.org>
Mon, 23 Apr 2012 11:08:27 +0000 (07:08 -0400)
Increase size of home search box, overriding element-level
style declaration.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
Open-ILS/web/opac/skin/tadlv4/css/tadl_layout.css

index d2d5dcb..b7714eb 100644 (file)
@@ -23,7 +23,7 @@ a[name="item_title"] { font-size: 1.5em; }
 #frontsearch_table tbody tr { background-color: white; border: none; }
 #frontsearch_table tbody tr td { background-color: white; border: none; }
 
-#frontsearch_table #search_box { height: 25px; width: 460px; font-size: 1em; }
+#frontsearch_table #search_box { height: 1.75em; width: 460px !important; font-size: 1.5em; }
 
 #frontsearch_table #search_submit {
     background: url("/opac/images/tadl/button-bg.gif") repeat-x scroll left bottom #F6F6F6;