diff --git a/src/c3nav/editor/static/editor/css/editor.css b/src/c3nav/editor/static/editor/css/editor.css index cb3cc9e6..263cbdfb 100644 --- a/src/c3nav/editor/static/editor/css/editor.css +++ b/src/c3nav/editor/static/editor/css/editor.css @@ -152,7 +152,19 @@ form button.invisiblesubmit { /* responsiveness */ #responsive_switch { - display:none !important; + display:none; + width:100vw; + position:absolute; + top:54px; + left:0; + right:0; + padding:4px; + background-color:#f8f8f8; + border-width:0 0 3px; + border-color:#e7e7e7; + border-style:solid; + height:34px; + text-align:center; } @media (max-width: 767px) { #sidebar { @@ -206,7 +218,10 @@ form button.invisiblesubmit { padding-bottom: 15px; } body.map-enabled #responsive_switch { - display:block !important; + display:block; + } + body.map-enabled #main { + top:88px; } } diff --git a/src/c3nav/editor/templates/editor/base.html b/src/c3nav/editor/templates/editor/base.html index 0c984434..d0a0e078 100644 --- a/src/c3nav/editor/templates/editor/base.html +++ b/src/c3nav/editor/templates/editor/base.html @@ -26,6 +26,9 @@ + {% block subheader %} + {% endblock %} +