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=07821073d14176cbfd7bae53d2348ce4a32250a0;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 --- diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index f6622ec3a9..10bdbab728 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; }