[open-ils-commits] [GIT] Evergreen ILS branch master updated. 44ca17bd129d3bc1429c7339ef4fa2a35a8677f1

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, master has been updated
       via  44ca17bd129d3bc1429c7339ef4fa2a35a8677f1 (commit)
      from  433ffa2a57f0452f795484bfed96d74499407dc0 (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 44ca17bd129d3bc1429c7339ef4fa2a35a8677f1
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 f82551c..65d12c0 100644
--- a/Open-ILS/src/templates/opac/css/style.css.tt2
+++ b/Open-ILS/src/templates/opac/css/style.css.tt2
@@ -440,7 +440,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