From 44ca17bd129d3bc1429c7339ef4fa2a35a8677f1 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 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; } -- 2.43.2