From f629eb03b1ccd3d12e37b030074e79f637cdad9e Mon Sep 17 00:00:00 2001 From: rdrew Date: Thu, 12 Mar 2026 13:13:50 -0300 Subject: [PATCH] metadata formatting --- css/components/islandora_mods.css | 37 ++++++++++++++++++++----------- 1 file changed, 24 insertions(+), 13 deletions(-) diff --git a/css/components/islandora_mods.css b/css/components/islandora_mods.css index cd927e3..b3a9b1e 100755 --- a/css/components/islandora_mods.css +++ b/css/components/islandora_mods.css @@ -116,26 +116,37 @@ div#block-olivesnews-site-branding { .node--type-islandora-object .field { display: flex; border-bottom: 1px dotted #ccc; - margin:0; - padding-bottom: .5em; - margin-bottom: .5em; + margin: 0; + padding-bottom: 0.5em; + margin-bottom: 0.5em; + .field__label { + font-family: var(--font-sans); + font-size: var(--font-size-base); flex: 0 0 150px; } .field__item { + font-family: var(--font-sans); + font-size: var(--font-size-base); flex: 1; + line-height: 2; p { - margin: 0;} + margin: 0; + } + } + summary { + font-family: var(--font-sans); + font-size: var(--font-size-base); } } /*.node--type-islandora-object .field--name-field-contributor-details {*/ - /*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;*/ - /*}*/ +/*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;*/ +/*}*/ /*}*/