diff --git a/publichealth/search/templates/search/search.html b/publichealth/search/templates/search/search.html index b323f4f..faa5d37 100644 --- a/publichealth/search/templates/search/search.html +++ b/publichealth/search/templates/search/search.html @@ -6,12 +6,16 @@ {% block title %}Search{% endblock %} {% block content %} -

Search

- -
+
+
+
+ - - + + +
{% get_search_promotions search_query as search_picks %} {% if search_picks %} @@ -38,13 +42,20 @@ {% if search_results.has_previous %} - Previous + + {{ search_results.previous_page_number }} + << {% endif %} {% if search_results.has_next %} - Next + + >> + {{ search_results.next_page_number }} {% endif %} {% elif search_query %} - No results found + Leider keine Ergebnisse / Désolé, aucun résultat n'a été trouvé {% endif %} + +
+
{% endblock %} diff --git a/publichealth/static/css/modules/_forms.scss b/publichealth/static/css/modules/_forms.scss index e5664cb..9cd432c 100644 --- a/publichealth/static/css/modules/_forms.scss +++ b/publichealth/static/css/modules/_forms.scss @@ -1,4 +1,4 @@ -// Contact form +// Contact page #contact-page { form { @@ -10,3 +10,18 @@ } } + +// Footer search form +#search-form { + + input { + float: left; + width: auto; + color: white; + } + button { + background: none; border: none; + padding-top: 0.5em; + } + +} diff --git a/publichealth/static/mockup/assets/css/main.css b/publichealth/static/mockup/assets/css/main.css index 8e84872..06b0741 100755 --- a/publichealth/static/mockup/assets/css/main.css +++ b/publichealth/static/mockup/assets/css/main.css @@ -8529,6 +8529,17 @@ footer#footer a { line-height: 155%; } +#search-form input { + float: left; + width: auto; + color: white; +} +#search-form button { + background: none; + border: none; + padding-top: 0.5em; +} + body { margin-top: 104px; } diff --git a/publichealth/templates/footer.html b/publichealth/templates/footer.html index 69790bd..3ecc0fe 100644 --- a/publichealth/templates/footer.html +++ b/publichealth/templates/footer.html @@ -8,6 +8,14 @@
{% footer_menu parent=site_root calling_page=self %} + + +
+ + +
{% contact_info %}