From 248588fbf33484d6e7326e4ec0a1f4356ef15996 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Wed, 20 Jan 2016 21:14:30 +0100 Subject: [PATCH] make headers more compact --- lib/template/address-html.php | 4 ++-- lib/template/search-html.php | 4 ++-- website/css/common.css | 2 +- website/css/search.css | 15 +++++++++++++++ 4 files changed, 20 insertions(+), 5 deletions(-) diff --git a/lib/template/address-html.php b/lib/template/address-html.php index 69618865..34bf852c 100644 --- a/lib/template/address-html.php +++ b/lib/template/address-html.php @@ -16,10 +16,10 @@ -
+
-
+ diff --git a/lib/template/search-html.php b/lib/template/search-html.php index e9980796..e523c446 100644 --- a/lib/template/search-html.php +++ b/lib/template/search-html.php @@ -14,7 +14,7 @@
-
+
@@ -28,7 +28,7 @@
-
+ diff --git a/website/css/common.css b/website/css/common.css index 8a36339f..aaf0b340 100644 --- a/website/css/common.css +++ b/website/css/common.css @@ -1,6 +1,6 @@ header { width: 100%; - padding: 15px; + padding: 5px; z-index: 5; } diff --git a/website/css/search.css b/website/css/search.css index 8ac51f9a..55a6f9f5 100644 --- a/website/css/search.css +++ b/website/css/search.css @@ -7,6 +7,11 @@ form { form #q { min-width: 500px; } +@media (max-width: 850px) { +form #q { + min-width: 400px; +} +} form .checkbox-inline { margin-left: 10px; } @@ -14,6 +19,13 @@ form label { font-weight: normal; } +.search-type-link { + display: inline; + margin-right: 2em; + position: absolute; + right: 0 +} + .sidebar { width: 25%; padding: 15px; @@ -123,4 +135,7 @@ footer p { .sidebar { width: 100%; } + .search-button-group { + display: inline + } }