From ed1f320f016b824bcd1a7917133da45529482f29 Mon Sep 17 00:00:00 2001 From: Jeff Godin Date: Mon, 23 Apr 2012 07:08:27 -0400 Subject: [PATCH] Increase size of home search box Increase size of home search box, overriding element-level style declaration. Signed-off-by: Jeff Godin --- Open-ILS/web/opac/skin/tadlv4/css/tadl_layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/opac/skin/tadlv4/css/tadl_layout.css b/Open-ILS/web/opac/skin/tadlv4/css/tadl_layout.css index d2d5dcb8b1..b7714ebcf1 100644 --- a/Open-ILS/web/opac/skin/tadlv4/css/tadl_layout.css +++ b/Open-ILS/web/opac/skin/tadlv4/css/tadl_layout.css @@ -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; -- 2.11.0