diff --git a/src/search/templates/search/includes/search_filters.html b/src/search/templates/search/includes/search_filters.html
index ba889af..c69f14c 100644
--- a/src/search/templates/search/includes/search_filters.html
+++ b/src/search/templates/search/includes/search_filters.html
@@ -1,172 +1,170 @@
{% load i18n superarchives %}
-
{% trans "Filters" %}
-
- {% if filters %}
-
-
-
-
- {% endif %}
-
- {% trans "Sort by" %}
+{% if filters %}
-
- {% if not request.GET.type %}
- {% trans "Types" %}
-
-
- {% endif %}
+
+{% endif %}
+
+{% trans "Sort by" %}
+
+
+{% if not request.GET.type %}
+ {% trans "Types" %}
+
+
+{% endif %}
+
+
diff --git a/src/search/templates/search/search.html b/src/search/templates/search/search.html
index 7e59636..2e76098 100644
--- a/src/search/templates/search/search.html
+++ b/src/search/templates/search/search.html
@@ -41,8 +41,27 @@
+
{% trans "Filters" %}
{% include "search/includes/search_filters.html" %}
+
+
+
+
+
+
+
+ {% include "search/includes/search_filters.html" %}
+
+
+
+
+
+
{% endif %}
-
+
{% endblock %}
diff --git a/src/static/css/screen.css b/src/static/css/screen.css
index 069c2d8..28c5377 100644
--- a/src/static/css/screen.css
+++ b/src/static/css/screen.css
@@ -395,3 +395,11 @@ ul.emails {
span.highlighted {
background-color: yellow;
}
+
+/* Mobile search form */
+.navbar-nav > li > .mobile-search-form {
+ padding-top: 10px;
+ padding-bottom: 10px;
+ line-height: 20px;
+ padding: 5px 15px 5px 15px;
+}
diff --git a/src/templates/base.html b/src/templates/base.html
index bfdc566..fadc00c 100644
--- a/src/templates/base.html
+++ b/src/templates/base.html
@@ -2,7 +2,7 @@
{% load i18n browserid conversejs gravatar %}
- {% block head %}
+ {% block head %}
@@ -54,13 +54,36 @@