diff --git a/arches/app/media/css/components/search/_advanced-search.scss b/arches/app/media/css/components/search/_advanced-search.scss index a120234ae65..dfb8eed040f 100644 --- a/arches/app/media/css/components/search/_advanced-search.scss +++ b/arches/app/media/css/components/search/_advanced-search.scss @@ -45,6 +45,15 @@ } } +.tree-display-tool{ + width: max-content; + color: #777; + font-size: 1.2rem; +} +.spacing-class { + margin-left: 7px; +} + .facets-container { width: 275px; border-inline-start: 1px solid #ddd; diff --git a/arches/app/templates/views/components/search/advanced-search.htm b/arches/app/templates/views/components/search/advanced-search.htm index 79417ef40f5..61f64eadd58 100644 --- a/arches/app/templates/views/components/search/advanced-search.htm +++ b/arches/app/templates/views/components/search/advanced-search.htm @@ -89,7 +89,7 @@
- +
+
diff --git a/releases/8.0.0.md b/releases/8.0.0.md index 3b7046a6932..5619af9de6a 100644 --- a/releases/8.0.0.md +++ b/releases/8.0.0.md @@ -28,7 +28,7 @@ Arches 8.0.0 Release Notes - Make number datatype node values searchable in the main search [#11619](https://github.com/archesproject/arches/issues/11619) - Prevent navigation to a new browser tab when clicking Manage link in index.htm [#11635](https://github.com/archesproject/arches/issues/11635) - Add support for tile sort order to the bulk data manager [#11638](https://github.com/archesproject/arches/pull/11638) - +- Add expand all and collapse all buttons to the top of the list much like the node tree in the graph designer.#[7419](https://github.com/archesproject/arches/issues/7419) ### Dependency changes ``` Python: