Bug 8730 - browse overlaying powered by

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.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
Owen Leonard 2012-09-06 15:02:29 -04:00 committed by Paul Poulain
parent 60790d0aef
commit 5ddbb7d5d9

View file

@ -2253,6 +2253,7 @@ a.koha_url {
display: none;
background-color:#F3F3F3;
padding-bottom:10px;
z-index: 100;
}