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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 7 14:28:40 CEST 2012


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

--- Comment #3 from Owen Leonard <oleonard at myacpl.org> ---
The result of applying the patch should be this (starting at line 2219):

a.koha_url {
    text-decoration:none;
}
/* pagination */
.pagination {
    position: absolute;
    top:32px;
    left: -1px;
    width: 100%;
    height:auto;
    border: 1px solid #D0D0D0;
    display: none;
    background-color:#F3F3F3;
    padding-bottom:10px;
+    z-index: 100;
}

Are you sure you're applying the patch on master?

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


More information about the Koha-bugs mailing list