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

--- Comment #3 from Owen Leonard <oleon...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to