aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/search/SearchBox.scss
diff options
context:
space:
mode:
authorMonika <monika_hedman@brown.edu>2019-06-19 12:44:35 -0400
committerMonika <monika_hedman@brown.edu>2019-06-19 12:44:35 -0400
commit3e7b7ea48e8ee6b4f2059f54e7cbc81c19ef4bef (patch)
tree59b805de70418b2ae41681f0c9d761d71a99e26a /src/client/views/search/SearchBox.scss
parent3f393bd6579f4d37ff2ffc7791ce707cedf3763f (diff)
filtering by basic key working nicely
Diffstat (limited to 'src/client/views/search/SearchBox.scss')
-rw-r--r--src/client/views/search/SearchBox.scss12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/client/views/search/SearchBox.scss b/src/client/views/search/SearchBox.scss
index 786b76a5b..2b52112e0 100644
--- a/src/client/views/search/SearchBox.scss
+++ b/src/client/views/search/SearchBox.scss
@@ -38,11 +38,14 @@
.filter-form {
background: $dark-color;
- height: 400px;
+ // height: 400px;
+ height: auto;
+ overflow: auto;
position: relative;
right: 1px;
color: $light-color;
flex-direction: column;
+ display: inline-block;
}
#filter{
@@ -68,8 +71,11 @@
height: 20px;
}
-.where-in-doc{
- height: 20px;
+.field-title {
+ color: $light-color;
+ text-transform: uppercase;
+ margin-top: 5px;
+ margin-bottom: 5px;
}
.type-of-node{