LP 1092284 - Fix add to my list dropdown with ContentCafe links
authorBen Shum <bshum@biblio.org>
Wed, 16 Jan 2013 21:33:22 +0000 (16:33 -0500)
committerBen Shum <bshum@biblio.org>
Sat, 16 Feb 2013 02:35:00 +0000 (21:35 -0500)
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@biblio.org>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/templates/opac/css/style.css.tt2

index f82551c..65d12c0 100644 (file)
@@ -440,7 +440,6 @@ div.format_icon {
 }
 
 .results_reviews {
-    position: relative;
     top: -5px;
 }