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 + } }