[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. 6b3830a4f03b6d4744bb2eea663f164d7f83c186
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, rel_2_3 has been updated
via 6b3830a4f03b6d4744bb2eea663f164d7f83c186 (commit)
from 551de43d37e51f81ffe2135678024cc7314b7488 (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 6b3830a4f03b6d4744bb2eea663f164d7f83c186
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 b5c7418..437b40a 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