[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. 8acbaecda1acdc15183dc379e7135f955118b737
Evergreen Git
git at git.evergreen-ils.org
Fri Feb 15 21:35:27 EST 2013
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 8acbaecda1acdc15183dc379e7135f955118b737 (commit)
from af46b5cc0316a1923c53bdd5dc1d7797cadef3d3 (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 8acbaecda1acdc15183dc379e7135f955118b737
Author: Ben Shum <bshum at biblio.org>
Date: Wed Jan 16 16:33:22 2013 -0500
LP 1092284 - Fix add to my list dropdown with ContentCafe links
As noted in the bug ticket, the dropdown menu for Add to my list disappears
whenever hovering over the Reviews & More link for ContentCafe-enabled TPACs.
Removing position:relative from .results_review seems to keep the two areas
from having any strange interactions.
Signed-off-by: Ben Shum <bshum at biblio.org>
Signed-off-by: Kathy Lussier <klussier at masslnc.org>
diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2
index 120244a..f22e006 100644
--- a/Open-ILS/src/templates/opac/css/style.css.tt2
+++ b/Open-ILS/src/templates/opac/css/style.css.tt2
@@ -435,7 +435,6 @@ div.format_icon {
}
.results_reviews {
- position: relative;
top: -5px;
}
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/templates/opac/css/style.css.tt2 | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list