diff --git a/app/scss/_search.scss b/app/scss/_search.scss index 2489a3a20..2b0b704f7 100644 --- a/app/scss/_search.scss +++ b/app/scss/_search.scss @@ -63,13 +63,12 @@ input[type=search] { // Search results page .hsg-search-section { - margin-bottom: 4rem; .pagination { margin: 0; } } -.hsg-search-inputs { +.hsg-search-inputs-vertical { @extend .c-inputs-stacked; margin: 2rem 0; .hsg-search-input-label { @@ -77,6 +76,35 @@ input[type=search] { } } +.hsg-search-inputs-horizontal { + margin-bottom: 1em; + + .hsg-search-input { + cursor: pointer; + display: inline-block; + margin-right: $margin-horizontal-base; + } + + input[type="checkbox"] { + cursor: pointer; + margin: 0; + width: 12px; + height: 14px; + position: relative; + left: 0; + vertical-align: middle; + } + + label{ + width: auto; + margin: 0 0 0 5px; + position: relative; + left: 0; + display: inline-block; + vertical-align: middle; + } +} + .hsg-search-help { margin: 0 0 2rem 0; } diff --git a/pages/search/filter-querystring-include.html b/pages/search/filter-querystring-include.html new file mode 100644 index 000000000..deef1dcc2 --- /dev/null +++ b/pages/search/filter-querystring-include.html @@ -0,0 +1,19 @@ + +
+
+
+
+ + +
+
+ + +
+
+ + +
+
+
+
diff --git a/pages/search/search-bar-include.html b/pages/search/search-bar-include.html index 624700169..1f806a872 100644 --- a/pages/search/search-bar-include.html +++ b/pages/search/search-bar-include.html @@ -17,9 +17,11 @@

Search

+ diff --git a/pages/search/search-landing.html b/pages/search/search-landing.html index 8691c0bd7..01e5f4e8f 100644 --- a/pages/search/search-landing.html +++ b/pages/search/search-landing.html @@ -17,6 +17,8 @@
+
+
@@ -25,7 +27,7 @@

To limit your results to certain parts of the website, check the appropriate box(es), and then click “Search”:

-
+