From f32df5a6b290318845afb842d938e21b938041d7 Mon Sep 17 00:00:00 2001 From: anika Date: Fri, 8 Jan 2021 01:37:39 -0600 Subject: UI changes and clean up --- src/client/views/nodes/FilterBox.scss | 32 +++++++++++++++++++++----------- src/client/views/nodes/FilterBox.tsx | 27 ++++++++++++++++++++------- 2 files changed, 41 insertions(+), 18 deletions(-) (limited to 'src/client/views/nodes') diff --git a/src/client/views/nodes/FilterBox.scss b/src/client/views/nodes/FilterBox.scss index 8ebc7820a..59ef2c5cf 100644 --- a/src/client/views/nodes/FilterBox.scss +++ b/src/client/views/nodes/FilterBox.scss @@ -1,7 +1,7 @@ .filterBox-flyout { display: block; text-align: left; - font-weight: 200; + font-weight: 100; .filterBox-flyout-facet { background-color: white; @@ -35,22 +35,24 @@ .filterBox-saveBookmark { - width: 105px; background-color: #f5f5f5; border-radius: 6px; - padding: 5px; - margin: 5px; + padding-left: 8px; + padding-right: 8px; + padding-top: 5px; + padding-bottom: 5px; + margin: 8px; display: flex; - font-size: 17px; + font-size: 11px; &:hover { background-color: white; } .filterBox-saveBookmark-icon { - margin-right: 10px; + margin-right: 6px; margin-top: 4px; - margin-left: 10px; + margin-left: 2px; } } @@ -74,7 +76,7 @@ .filterBox-addWrapper, .filterBox-select-matched, .filterBox-saveWrapper { - font-size: 12px; + font-size: 10px; justify-content: center; justify-items: center; padding-bottom: 10px; @@ -82,7 +84,7 @@ } .filterBox-addWrapper { - font-size: 15px; + font-size: 11px; width: 100%; } @@ -103,9 +105,15 @@ border-bottom: 2px solid black; } + +.filterBox-select-bool { + margin-top: 6px; +} + .filterBox-select-text { margin-right: 8px; margin-left: 8px; + margin-top: 3px; } .filterBox-select-box { @@ -127,12 +135,14 @@ } .filterBox-addFilter { - width: 100px; + width: 120px; background-color: #f5f5f5; - border-radius: 6px; + border-radius: 10px; padding: 5px; margin: 5px; display: flex; + text-align: center; + justify-content: center; &:hover { background-color: white; diff --git a/src/client/views/nodes/FilterBox.tsx b/src/client/views/nodes/FilterBox.tsx index cea1e6742..611e11b64 100644 --- a/src/client/views/nodes/FilterBox.tsx +++ b/src/client/views/nodes/FilterBox.tsx @@ -223,17 +223,22 @@ export class FilterBox extends ViewBoxBaseComponentAND -
specified filters
+
filters in
+ -
+ {/*
Scope:
-
+
*/} {/* */}
@@ -291,10 +296,18 @@ export class FilterBox extends ViewBoxBaseComponentdocuments
-
-
- -
SAVE
+
+
+
+ +
SAVE
+
+
+
+
+ +
MY FILTERS
+
-- cgit v1.2.3-70-g09d2