TPAC: Search wrapper spacing
authorMelissa Lefebvre <mlefebvre@biblio.org>
Tue, 3 Jul 2012 16:53:09 +0000 (12:53 -0400)
committerDan Scott <dscott@laurentian.ca>
Tue, 17 Jul 2012 14:27:01 +0000 (10:27 -0400)
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>
Open-ILS/src/templates/opac/parts/searchbar.tt2
Open-ILS/web/css/skin/default/opac/style.css

index 3a2f6f0..1ac462f 100644 (file)
@@ -9,7 +9,7 @@
             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 ');
index 8a80c04..42211a7 100644 (file)
@@ -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 {