From 151d61a32b17aae7a4bf1851be1d82898e5c8ace Mon Sep 17 00:00:00 2001 From: Melissa Lefebvre Date: Tue, 3 Jul 2012 12:53:09 -0400 Subject: [PATCH] TPAC: Search wrapper spacing Currently the search box options are "smooshed up" against the links toolbar. The following changes address this. Padding was added to style.css search_box_wrapper in order to bring the "Search the Catalog" down lower from the link toolbar. Padding was also added to the searchbar.tt2 in order to bring the search filter options down lower from the "Search the Catalog" wording. Signed-off-by: Melissa Lefebvre Signed-off-by: Dan Scott --- Open-ILS/src/templates/opac/parts/searchbar.tt2 | 2 +- Open-ILS/web/css/skin/default/opac/style.css | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/opac/parts/searchbar.tt2 b/Open-ILS/src/templates/opac/parts/searchbar.tt2 index 3a2f6f0f71..1ac462ff4f 100644 --- a/Open-ILS/src/templates/opac/parts/searchbar.tt2 +++ b/Open-ILS/src/templates/opac/parts/searchbar.tt2 @@ -9,7 +9,7 @@ id="home_adv_search_link">[% l('Advanced Search') %] -
[%- l('Search '); +
[%- l('Search '); INCLUDE "opac/parts/coded_value_selector.tt2" attr=["mattype", "item_type"] none_ok=1 none_label=l('All Formats'); l(' for '); diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css index 8a80c04c55..42211a7f2b 100644 --- a/Open-ILS/web/css/skin/default/opac/style.css +++ b/Open-ILS/web/css/skin/default/opac/style.css @@ -226,7 +226,7 @@ span.dash_divider { } .search_box_wrapper { - padding: 1px 1px 1px 3px; + padding: 10px 5px 5px 3px; } #search-wrapper #breadcrumb { @@ -253,6 +253,8 @@ span.dash_divider { #search-wrapper #search-box { margin-left: 1em; padding-left: 0px; + padding-top: 10px; + padding-bottom: 10px; } #utils { -- 2.11.0