diff --git a/assets/css/style.css b/assets/css/style.css index 2901b8c..11df55b 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -397,7 +397,7 @@ figcaption { } @media screen and (min-width: 981px) { - .top form { + .search { margin-right: 15%; margin-top: 26px; z-index: 2; @@ -409,7 +409,7 @@ figcaption { margin-right: 5%; } - .top form { + .search { display: none; } } @@ -481,7 +481,7 @@ p { } } -input#search-query { +.search input { background-image: url('data:image/svg+xml;utf8,'); background-position: right; background-repeat: no-repeat; @@ -964,7 +964,7 @@ table.sitemap td.sitemap-source { padding-left: 20px; } - nav, #button-karte, .top form { + nav, #button-karte, .search { display: none; } diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index df432cc..778e538 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -8,7 +8,7 @@ {{ end }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index e0e192c..166566a 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -2,9 +2,11 @@
OpenStreetMap Deutschland Zur Karte -
- -
+ +
+ +
+
{{ partial "menu.html" . -}}