summaryrefslogtreecommitdiff
path: root/chimere/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-06-19 18:47:08 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-06-19 18:47:08 +0200
commit86c3cfb36eb933f5ee3aafc9ccabfc6c0015c9d1 (patch)
tree29667685a20f770b1097030674af8b506c89c701 /chimere/templates
parent51b8b8d523e7de94d5d1d438d8dac4acf725d9d0 (diff)
downloadChimère-86c3cfb36eb933f5ee3aafc9ccabfc6c0015c9d1.tar.bz2
Chimère-86c3cfb36eb933f5ee3aafc9ccabfc6c0015c9d1.zip
CSS: fix menu height
Diffstat (limited to 'chimere/templates')
-rw-r--r--chimere/templates/chimere/main_map.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/chimere/templates/chimere/main_map.html b/chimere/templates/chimere/main_map.html
index e81153b..bd0c184 100644
--- a/chimere/templates/chimere/main_map.html
+++ b/chimere/templates/chimere/main_map.html
@@ -26,7 +26,8 @@
{% endblock %}
{% block message_edit %}{% endblock %}
{% block sidebar %}
-<div id="switch-menu" class="row">
+<div id="switch-menu">
+ <div class="row">
<div class="col-xs-6 selected" id="switch-map">
<a href="#">{% trans "Map" %}</a>
</div>
@@ -36,6 +37,7 @@
<div class="col-xs-6 disabled" id="switch-search-result">
<a href="#">{% trans "Search result" %}</a>
</div>
+ </div>
</div>
<div id="sidebar-container">
<div class='sidebar-handler' id='sidebar-handler-hide'></div>