Skip to content

Commit

Permalink
[Fixes: GeoNode#6640] Style Tag outside of html
Browse files Browse the repository at this point in the history
  • Loading branch information
t-book committed Nov 19, 2020
1 parent 70c2035 commit f953ab0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 0 additions & 7 deletions geonode/layers/templates/layers/layer_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,5 @@
{% load client_lib_tags %}

{% block head %}

<style>
#paneltbar {
margin-top: 90px !important;
}
</style>

{% get_layer_list %}
{% endblock %}
8 changes: 7 additions & 1 deletion geonode/layers/templates/layers/layer_list_default.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
{% block body %}
<div class="page-header">
{% if not READ_ONLY_MODE %}
Expand Down

0 comments on commit f953ab0

Please sign in to comment.