Skip to content
Snippets Groups Projects
Commit 411c1a89 authored by Olli Jalonen's avatar Olli Jalonen :disguised_face:
Browse files

Hide home page top search

parent d13105f4
No related branches found
No related tags found
No related merge requests found
......@@ -301,7 +301,7 @@
{% endblock my_extra_right_tab %}
<li>
<li id="top-nav-search">
<div class="search">
<form id="search" action="{% url "search" %}" >
<span class="fa fa-search"></span>
......
......@@ -225,6 +225,12 @@ section#partners {
margin-top: 4em;
}
/* Home page only top navi search */
body.home li#top-nav-search {
display: none;
}
/* -------------------| LAYERS PAGE |------------------------------------------------------------------------------------*/
/* Hide selected layers */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment