From 8acbaecda1acdc15183dc379e7135f955118b737 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Wed, 16 Jan 2013 16:33:22 -0500 Subject: [PATCH] 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 --- Open-ILS/src/templates/opac/css/style.css.tt2 | 1 - 1 file changed, 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 120244a7d9..f22e00602d 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; } -- 2.11.0