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 <mlefebvre@biblio.org>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
id="home_adv_search_link"><span
class="adv_search_font">[% l('Advanced Search') %]</span></a>
</div>
- <div style="font-weight: bold">[%- l('Search ');
+ <div style="font-weight: bold; padding-top: 10px;">[%- l('Search ');
INCLUDE "opac/parts/coded_value_selector.tt2"
attr=["mattype", "item_type"] none_ok=1 none_label=l('All Formats');
l(' for ');
}
.search_box_wrapper {
- padding: 1px 1px 1px 3px;
+ padding: 10px 5px 5px 3px;
}
#search-wrapper #breadcrumb {
#search-wrapper #search-box {
margin-left: 1em;
padding-left: 0px;
+ padding-top: 10px;
+ padding-bottom: 10px;
}
#utils {