aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/search/SearchBox.scss
diff options
context:
space:
mode:
authormadelinegr <monika_hedman@brown.edu>2019-06-11 14:10:18 -0400
committermadelinegr <monika_hedman@brown.edu>2019-06-11 14:10:18 -0400
commit0c066dac5eb3e7c47b708a6a5a1d95dc75f320fe (patch)
tree30a942553f684e0e3af91a96f05b63ec62ae28dc /src/client/views/search/SearchBox.scss
parentf4a545e6e4b21ca28ce861325be69d920578d6c0 (diff)
making words required almost works (logic is there)
Diffstat (limited to 'src/client/views/search/SearchBox.scss')
-rw-r--r--src/client/views/search/SearchBox.scss14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/client/views/search/SearchBox.scss b/src/client/views/search/SearchBox.scss
index 4ce40614f..48c8f4af1 100644
--- a/src/client/views/search/SearchBox.scss
+++ b/src/client/views/search/SearchBox.scss
@@ -57,10 +57,6 @@
height: 40px;
}
-// #option {
-// height: 20px;
-// }
-
.searchBox-results {
top: 300px;
display: flex;
@@ -68,8 +64,16 @@
margin-right: 72px;
}
+.filter-collection{
+ height: 20px;
+}
+
+.where-in-doc{
+ height: 20px;
+}
+
.type-of-node{
- height: 60px;
+ height: 90px;
}
.required-words{