From ee2a8a0a6c013610d379a7a660ec6e04519f204f Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 6 Sep 2012 15:02:29 -0400 Subject: [PATCH] Bug 8730 - browse overlaying powered by Content-Type: text/plain; charset="utf-8" This patch adds a "z-index" property to the CSS for the browse results menu so that it will appear on top of the "Powered by Koha" link. --- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/opac-tmpl/prog/en/css/opac.css b/koha-tmpl/opac-tmpl/prog/en/css/opac.css index 414b776..f6f6096 100644 --- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css +++ b/koha-tmpl/opac-tmpl/prog/en/css/opac.css @@ -2230,6 +2230,7 @@ a.koha_url { display: none; background-color:#F3F3F3; padding-bottom:10px; + z-index: 100; } -- 1.7.9.5