LP 1092284 - Fix add to my list dropdown with ContentCafe links user/bshum/lp1092284-fix
authorBen Shum <bshum@biblio.org>
Wed, 16 Jan 2013 21:33:22 +0000 (16:33 -0500)
committerBen Shum <bshum@biblio.org>
Wed, 16 Jan 2013 21:33:22 +0000 (16:33 -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>
Open-ILS/src/templates/opac/css/style.css.tt2

index f6622ec..10bdbab 100644 (file)
@@ -435,7 +435,6 @@ div.format_icon {
 }
 
 .results_reviews {
-    position: relative;
     top: -5px;
 }