[Koha-bugs] [Bug 8730] browse overlaying powered by

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 6 23:06:23 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8730

Marc Véron <veron at veron.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |veron at veron.ch

--- Comment #2 from Marc Véron <veron at veron.ch> ---
The result of the patch is:

a.koha_url {
     display: none;
     background-color:#F3F3F3;
     padding-bottom:10px;
        z-index: 100;
 }

koha_url is related to the "Powered by..." Link (not to the browse results):

<a class="koha_url" rel="nofollow" href="http://koha-community.org">Koha</a>

...and a positive z-index will bring it on the top of the other contents, not
behind, see:

https://developer.mozilla.org/en-US/docs/CSS/Understanding_z-index/Adding_z-index

Or did I miss something?  :-)

Marc

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list