[open-ils-commits] [GIT] Evergreen ILS branch master updated. e144f288cdb936b615fc49fda333fd3e085b43cd
Evergreen Git
git at git.evergreen-ils.org
Mon Dec 17 23:49:56 EST 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 e144f288cdb936b615fc49fda333fd3e085b43cd (commit)
from f203c86de7d96b0d22b8764266dc583517582659 (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 e144f288cdb936b615fc49fda333fd3e085b43cd
Author: Dan Scott <dscott at laurentian.ca>
Date: Tue Dec 4 10:08:36 2012 -0500
Highlight selected facets over multiple lines
As reported by Dan Pearl in LP# 1086150, selected facets that wrap over
multiple lines only have the first line highlighted. Which is odd, and
easily fixed with a small tweak to the CSS.
Signed-off-by: Dan Scott <dscott at laurentian.ca>
Signed-off-by: Ben Shum <bshum at biblio.org>
diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2
index d97989d..f6622ec 100644
--- a/Open-ILS/src/templates/opac/css/style.css.tt2
+++ b/Open-ILS/src/templates/opac/css/style.css.tt2
@@ -1009,7 +1009,7 @@ div.facet_sidebar {
padding-right:11px;
}
-.facet_template_selected {
+.facet_template_selected .facet {
background-color: [% css_colors.accent_lighter2 %];
}
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/templates/opac/css/style.css.tt2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list