From 1a35c16e3376aa14e40003b77e3cbf1b2c319877 Mon Sep 17 00:00:00 2001 From: rdrew Date: Fri, 13 Mar 2026 16:52:37 -0300 Subject: [PATCH] colletion styles --- css/components/islandora_mods.css | 33 ++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/css/components/islandora_mods.css b/css/components/islandora_mods.css index 457901a..9f57bc4 100755 --- a/css/components/islandora_mods.css +++ b/css/components/islandora_mods.css @@ -167,20 +167,31 @@ div#block-olivesnews-site-branding { .node--type-islandora-object .field--name-field-contributor-details { p { display: flex; - border-bottom: 1px dotted #ccc; + border-bottom: 1px dotted #ccc; strong { flex: 0 0 155px; /*text-align:right;*/ } } } -/*display: flex;*/ -/*gap: 12px; [> optional - space between label and text <]*/ -/*[>align-items: center; [> optional - vertical alignment <]<]*/ -/*.field__label {*/ -/*flex: 0 0 150px;*/ -/*}*/ -/*.field__item {*/ -/*flex: 1;*/ -/*}*/ -/*}*/ +div#block-views-block-media-display-blocks-source:has(.view-empty) { + display: none; +} /*display: flex;*/ +div#edit-citation-info { + margin-right: 1em; +} + +div#formatted-bibliography:has(div) { + box-shadow: rgba(0, 0, 0, 0.39) 0px 5px 11px -2px; + border: 1px solid #ccc; + padding: 1em; + margin: 0; +} +.expAll, .collAll { + margin: .5em; + display: inline-block; +} +nav.pager { + display: flex; + justify-content: space-around; +}