diff --git a/layerindex/static/css/additional.css b/layerindex/static/css/additional.css index 155154a..1608bab 100644 --- a/layerindex/static/css/additional.css +++ b/layerindex/static/css/additional.css @@ -186,3 +186,7 @@ padding: 8px; .breadcrumb { background-color: transparent; } + +.nav-spacer { + margin-left: 10px; +} \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index c6ba512..9ac80c6 100644 --- a/templates/base.html +++ b/templates/base.html @@ -56,7 +56,13 @@ {% endif %} + {% block topfunctions %} + + -
  • {% endif %} + {% endblock %} diff --git a/templates/layerindex/editlayer.html b/templates/layerindex/editlayer.html index 8e524d3..ba37ee9 100644 --- a/templates/layerindex/editlayer.html +++ b/templates/layerindex/editlayer.html @@ -14,8 +14,8 @@ {% block title_append %} - edit layer{% endblock %} --> -{% block submitlink %} - +{% block topfunctions %} + {% endblock %}