From e8aeafad9fe53e4bd395b80907e6d54da6a5739b Mon Sep 17 00:00:00 2001 From: Jeff Godin Date: Mon, 23 Apr 2012 06:31:55 -0400 Subject: [PATCH] Remove locale picker from home, new inputs css Remove locale picker from home search page. Freshen CSS for input elements, based on wjr's work on dev website. Signed-off-by: Jeff Godin --- Open-ILS/web/opac/images/tadl/button-bg-hover.gif | Bin 0 -> 100 bytes Open-ILS/web/opac/images/tadl/button-bg.gif | Bin 0 -> 151 bytes Open-ILS/web/opac/skin/tadlv4/css/tadl_layout.css | 26 +++++++++++++++++++++ .../web/opac/skin/tadlv4/xml/home/homesearch.xml | 18 -------------- 4 files changed, 26 insertions(+), 18 deletions(-) create mode 100644 Open-ILS/web/opac/images/tadl/button-bg-hover.gif create mode 100644 Open-ILS/web/opac/images/tadl/button-bg.gif diff --git a/Open-ILS/web/opac/images/tadl/button-bg-hover.gif b/Open-ILS/web/opac/images/tadl/button-bg-hover.gif new file mode 100644 index 0000000000000000000000000000000000000000..c157148c8f5fa375e1968ed952969e0b74a38a53 GIT binary patch literal 100 zcmZ?wbhEHbWMq(F*v!E2>({UE-@pI-`SZt*A78(I{qp6@$B!T1zkmPf)29y~K79N3 u?epi)|NsAIfC0syEMTS%hyi`t`|^C(oZhfBpLP`}glZe*F0P^XE^WK7IM} z<>kwlA3l6|@ZiDIr%zwKdiCzzyZiU=|NsC0(W6Jto;`c>=FP*04;gR+#h)x-NgWUg gvXg;TM1g^WYm!V4W9ZS%0#l4xCSP?4;$W}_0Kh{@$^ZZW literal 0 HcmV?d00001 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 4339087267..d2d5dcb8b1 100644 --- a/Open-ILS/web/opac/skin/tadlv4/css/tadl_layout.css +++ b/Open-ILS/web/opac/skin/tadlv4/css/tadl_layout.css @@ -23,6 +23,32 @@ 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_submit { + background: url("/opac/images/tadl/button-bg.gif") repeat-x scroll left bottom #F6F6F6; + border: 1px solid #ABABAB; + border-radius: 4px 4px 4px 4px; + color: #6C6C6C; + font-weight: normal; + margin: 2px; + padding: 4px 8px; + text-shadow: 1px 1px #FFFFFF; +} + +#frontsearch_table #search_submit:hover { + background-color: #FAFAFA; + background: url("/opac/images/tadl/button-bg-hover.gif") repeat-x scroll left bottom #F6F6F6; +} + +#frontsearch_table select { + background: url("/opac/images/tadl/button-bg.gif") repeat-x scroll left bottom #F6F6F6; + border: 1px solid #ABABAB; + border-radius: 4px 4px 4px 4px; + color: #6C6C6C; + font-size: 1em; +} + /* Inspired by GRPL class "hold_button" */ .css_button { background-color: lightgray; diff --git a/Open-ILS/web/opac/skin/tadlv4/xml/home/homesearch.xml b/Open-ILS/web/opac/skin/tadlv4/xml/home/homesearch.xml index 13b0c59a2b..ce0112590e 100644 --- a/Open-ILS/web/opac/skin/tadlv4/xml/home/homesearch.xml +++ b/Open-ILS/web/opac/skin/tadlv4/xml/home/homesearch.xml @@ -105,24 +105,6 @@ - - - &common.language; - - - - - -- 2.11.0