[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. 0168117e297e8dd4e2440c98c0306bbd8d8806c2
Evergreen Git
git at git.evergreen-ils.org
Tue Jul 17 10:27:43 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, rel_2_2 has been updated
via 0168117e297e8dd4e2440c98c0306bbd8d8806c2 (commit)
via 086aad4b4e48c15f4a8cc7934c9e0a331de90f42 (commit)
from 45c368cf4fd484d63645a3dd03f64fbf830dd179 (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 0168117e297e8dd4e2440c98c0306bbd8d8806c2
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 e2e7041..c95ed35 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 086aad4b4e48c15f4a8cc7934c9e0a331de90f42
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 04beae7..e2e7041 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