From: Ben Shum Date: Wed, 16 Jan 2013 21:33:22 +0000 (-0500) Subject: LP 1092284 - Fix add to my list dropdown with ContentCafe links X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fkmlussier%2Flp1092284-fix;p=working%2FEvergreen.git 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 Signed-off-by: Kathy Lussier --- diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index f82551c160..65d12c0f7c 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; }