aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/search/SearchBox.scss
diff options
context:
space:
mode:
authorStanley Yip <33562077+yipstanley@users.noreply.github.com>2019-10-02 22:01:13 -0400
committerGitHub <noreply@github.com>2019-10-02 22:01:13 -0400
commitd92082f55fb2e4efc8e838ea02dc7fe0e7e97e3d (patch)
treee9d701d62411fddfa667beede71fbbc7e48f1eea /src/client/views/search/SearchBox.scss
parent9427474b473d70974784a1517a1be902fb8d18ee (diff)
parent16dd968fed4a94cc0e8e870aa0c0e676d533aad1 (diff)
Merge pull request #291 from browngraphicslab/interaction
Interaction Changes
Diffstat (limited to 'src/client/views/search/SearchBox.scss')
-rw-r--r--src/client/views/search/SearchBox.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/client/views/search/SearchBox.scss b/src/client/views/search/SearchBox.scss
index 5ed33a596..0dd4d3dc5 100644
--- a/src/client/views/search/SearchBox.scss
+++ b/src/client/views/search/SearchBox.scss
@@ -34,6 +34,9 @@
&.searchBox-filter {
align-self: stretch;
+ }
+
+ &.searchBox-submit {
margin-left: 2px;
margin-right: 2px
}
@@ -45,6 +48,12 @@
}
}
+.searchBox-quickFilter {
+ width: 500px;
+ margin-left: 25px;
+ margin-top: 10px;
+}
+
.searchBox-results {
margin-right: 136px;
top: 300px;