update hamburger style and alignment

This commit is contained in:
2020-10-12 11:46:58 +00:00
parent 0f50a4a7f7
commit bdb37b304a

View File

@@ -12,11 +12,20 @@
<body style="min-height:100%; position:relative">
<div class="title-bar" data-responsive-toggle="example-menu" data-hide-for="large">
<button class="menu-icon" type="button" data-toggle="example-menu"></button>
<a href="{% url 'home' %}">
<img style="height:40px; width:40px" src="/assets/img/logo2014_64.png"/>
</a>
<div class="header-title-bar" data-responsive-toggle="example-menu" data-hide-for="large">
<div class="title-bar" style="background: None">
<div class="title-bar-left">
<a href="{% url 'home' %}">
<img style="height:40px; width:40px" src="/assets/img/logo2014_64.png"/>
</a>
</div>
<div class="title-bar-right">
<button class="menu-icon dark"type="button" data-toggle="example-menu"></button>
</div>
</div>
</div>
<div class="top-bar" id="example-menu">
@@ -43,6 +52,7 @@
<li class=""><a href="{%url 'members'%}">Mitarbeiter</a></li>
</ul>
</div>
</div>
{% block content %}