From: Jeff Godin Date: Mon, 23 Apr 2012 11:08:27 +0000 (-0400) Subject: Increase size of home search box X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ed1f320f016b824bcd1a7917133da45529482f29;p=evergreen%2Ftadl.git Increase size of home search box Increase size of home search box, overriding element-level style declaration. Signed-off-by: Jeff Godin --- 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;