hide #responsive_switch on non-mobile devices

This commit is contained in:
Laura Klünder 2016-10-06 12:42:01 +02:00
parent 0059e70460
commit 744689637a
2 changed files with 3 additions and 3 deletions

View file

@ -128,8 +128,8 @@ legend {
margin-right:8px; margin-right:8px;
} }
#response_switch { #responsive_switch {
display:none; display:none !important;
} }
@media (max-width: 767px) { @media (max-width: 767px) {

View file

@ -1,7 +1,7 @@
{% extends 'editor/base.html' %} {% extends 'editor/base.html' %}
{% load static %} {% load static %}
{% block addnav %} {% block addnav %}
<div id="response_switch" class="navbar-collapse collapse"> <div id="responsive_switch" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right"> <ul class="nav navbar-nav navbar-right">
<li> <li>
<a href="#" id="show_map"s>&laquo; Show Map</a> <a href="#" id="show_map"s>&laquo; Show Map</a>