Skip to content

Commit

Permalink
remove search block from dashboard and style summary of managed records
Browse files Browse the repository at this point in the history
  • Loading branch information
CraigClark committed Apr 23, 2024
1 parent f5ad65e commit f378e81
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,19 +92,6 @@ variant_settings:
- ''
html_id: ''
css_styles: ''
1965066d-cc39-4d99-a2fd-8a51cce16fe6:
id: bc_dc_restriction_chart
label: 'Records by restriction'
label_display: '0'
provider: null
context_mapping: { }
region: footer_right
weight: -4
uuid: 1965066d-cc39-4d99-a2fd-8a51cce16fe6
css_classes:
- ''
html_id: ''
css_styles: ''
dc082711-7cf6-46f8-8d03-093d21fd2fef:
id: 'views_block:bookmarks-block_1'
label: 'Top bookmarked assets'
Expand Down Expand Up @@ -168,6 +155,19 @@ variant_settings:
- bcdc-dashboard-card
html_id: ''
css_styles: ''
1965066d-cc39-4d99-a2fd-8a51cce16fe6:
id: bc_dc_restriction_chart
label: 'Records by restriction'
label_display: '0'
provider: null
context_mapping: { }
region: footer_right
weight: -4
uuid: 1965066d-cc39-4d99-a2fd-8a51cce16fe6
css_classes:
- ''
html_id: ''
css_styles: ''
page_title: Reports
layout: bcbb_bricks
layout_settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ dependencies:
- webform.webform.create_data_set
module:
- bc_dc
- bcbb_search
- panels
- user
- views
Expand Down Expand Up @@ -45,28 +44,6 @@ variant_settings:
- p-4
html_id: ''
css_styles: ''
5b70cafc-c771-4ae8-abf9-8b16c0b269d9:
id: bcbb_search_api_block
label: 'BCbb Search API Block'
label_display: '0'
provider: bcbb_search
context_mapping: { }
search:
search_label: 'Find metadata records'
search_placeholder: ''
search_btn_label: ''
search_url: /search
label_sr_only: false
search_input_size: false
search_input_size_value: null
show_advanced_link: false
region: top_right
weight: 0
uuid: 5b70cafc-c771-4ae8-abf9-8b16c0b269d9
css_classes:
- ''
html_id: ''
css_styles: ''
22170ac7-9bce-48a9-b518-890230c04c74:
id: 'views_block:dashboard_blocks-dashboard_needs_review'
label: ''
Expand Down
9 changes: 3 additions & 6 deletions html/themes/custom/dc_theme/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions html/themes/custom/dc_theme/scss/components/_dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,14 @@
}

.top-right-region {
display: grid;
grid-template-rows: 1fr 1fr;
.bcbb-search-api-form {
align-self: start;
}
display: flex;
//justify-content: center;
align-items: center;

.block-bc-dc-content-summary {
align-self: end;

font-size: 1.25em;

}
}

Expand Down

0 comments on commit f378e81

Please sign in to comment.