We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c2035 commit 74b3134Copy full SHA for 74b3134
geonode/layers/templates/layers/layer_list.html
@@ -3,12 +3,5 @@
3
{% load client_lib_tags %}
4
5
{% block head %}
6
-
7
- <style>
8
- #paneltbar {
9
- margin-top: 90px !important;
10
- }
11
- </style>
12
13
{% get_layer_list %}
14
{% endblock %}
geonode/layers/templates/layers/layer_list_default.html
@@ -5,7 +5,13 @@
{% block title %} {% trans "Explore Layers" %} - {{ block.super }} {% endblock %}
{% block body_class %}{% trans "layers explore" %}{% endblock %}
+{% block extra_head %}
+<style>
+ #paneltbar {
+ margin-top: 90px !important;
+ }
+</style>
+{% endblock %}
15
{% block body %}
16
<div class="page-header">
17
{% if not READ_ONLY_MODE %}
0 commit comments