[Koha-bugs] [Bug 23840] Overlap of top menu

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 24 15:31:14 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23840

--- Comment #3 from Owen Leonard <oleonard at myacpl.org> ---
A temporary fix would be to put your links into a menu:

<li class="dropdown">
    <a href="#" class="dropdown-toggle" data-toggle="dropdown">Menu <b
class="caret"></b></a>
    <ul class="dropdown-menu dropdown-menu-right">
        <li><a href="/kcenter2/" target="_blank">Centrum</a></li>
        <li><a href="https://vufind.knihovna-uo.cz/vufind/Search/"
target="_blank">Katalog</a></li>
        <li><a href="https://www.knihovna-uo.cz/staff/"
target="_blank">Rozcestník</a></li>
        <li><a href="https://vufind.knihovna-uo.cz/piwik/"
target="_blank">Statistiky</a></li>
        <li><a href="https://center.koha.cz/demo"
target="_blank">Center___empty____space____here_for_very_long_link___</a></li>
    </ul>
</li>

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


More information about the Koha-bugs mailing list