[open-ils-commits] [GIT] Evergreen ILS branch master updated. 4b2edba197b25dc86001d1de35aca64d7f3aa266

Evergreen Git git at git.evergreen-ils.org
Tue Jul 17 10:27:18 EDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  4b2edba197b25dc86001d1de35aca64d7f3aa266 (commit)
       via  151d61a32b17aae7a4bf1851be1d82898e5c8ace (commit)
      from  b6de97d55f67480e459b68473acc5ae84ec84f57 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4b2edba197b25dc86001d1de35aca64d7f3aa266
Author: Dan Scott <dscott at laurentian.ca>
Date:   Mon Jul 16 17:22:16 2012 -0400

    Searchbar spacing: move inline CSS into a style
    
    In keeping with our attempt to control styles via the CSS file rather
    than inline overrides, define a class for the searchbar and style that.
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>
    Signed-off-by: Melissa Lefebvre <mlefebvre at biblio.org>

diff --git a/Open-ILS/src/templates/opac/parts/searchbar.tt2 b/Open-ILS/src/templates/opac/parts/searchbar.tt2
index 1ac462f..f4ee110 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"><span
             class="adv_search_font">[% l('Advanced Search') %]</span></a>
     </div>
-    <div style="font-weight: bold; padding-top: 10px;">[%- l('Search ');
+    <div class="searchbar">[%- 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 42211a7..b9faf63 100644
--- a/Open-ILS/web/css/skin/default/opac/style.css
+++ b/Open-ILS/web/css/skin/default/opac/style.css
@@ -33,6 +33,11 @@ a {
 	width: 12em;
 }
 
+.searchbar {
+    font-weight: bold;
+    padding-top: 10px;
+}
+
 /*
 #search-wrapper select {
 	border:0px solid black;

commit 151d61a32b17aae7a4bf1851be1d82898e5c8ace
Author: Melissa Lefebvre <mlefebvre at biblio.org>
Date:   Tue Jul 3 12:53:09 2012 -0400

    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 <mlefebvre at biblio.org>
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

diff --git a/Open-ILS/src/templates/opac/parts/searchbar.tt2 b/Open-ILS/src/templates/opac/parts/searchbar.tt2
index 3a2f6f0..1ac462f 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"><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 ');
diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css
index 8a80c04..42211a7 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 {

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/templates/opac/parts/searchbar.tt2 |    2 +-
 Open-ILS/web/css/skin/default/opac/style.css    |    9 ++++++++-
 2 files changed, 9 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list