summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chimere/static/chimere/css/styles.css4
-rw-r--r--chimere/templates/chimere/base.html2
2 files changed, 4 insertions, 2 deletions
diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css
index 0984258..ea03b77 100644
--- a/chimere/static/chimere/css/styles.css
+++ b/chimere/static/chimere/css/styles.css
@@ -4296,7 +4296,9 @@ li.main_category li.subcategory > span > label{
}
.simple-body .layer-switcher,
-.simple-body #maps-lnk, .simple-body #edit-button{
+.simple-body #topbar,
+.simple-body #maps-lnk,
+.simple-body #edit-button{
display:none;
}
.simple-body #main-map,
diff --git a/chimere/templates/chimere/base.html b/chimere/templates/chimere/base.html
index 55766f6..33801b4 100644
--- a/chimere/templates/chimere/base.html
+++ b/chimere/templates/chimere/base.html
@@ -34,7 +34,7 @@
</div>
</noscript>
{% block actions %}
- {% if not simple %} {% include "chimere/blocks/actions.html" %} {% endif %}
+ {% include "chimere/blocks/actions.html" %}
{% endblock %}
{% endblock %}
{% block content %}