[Koha-patches] [PATCH] Bug 8730 - browse overlaying powered by

Owen Leonard oleonard at myacpl.org
Thu Sep 6 21:07:02 CEST 2012


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



More information about the Koha-patches mailing list