From dbf2b4650937c6b71cc44262dbbdc5f6bddcbcfc Mon Sep 17 00:00:00 2001 From: rdrew Date: Tue, 16 Sep 2025 10:39:13 -0300 Subject: [PATCH] colors --- css/components/islandora_mods.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/css/components/islandora_mods.css b/css/components/islandora_mods.css index 454b41b..6fa8ab7 100644 --- a/css/components/islandora_mods.css +++ b/css/components/islandora_mods.css @@ -20,10 +20,21 @@ height: 260px; overflow: hidden; border: 1px solid #ccc; - padding:4px; + padding: 4px; } img { width: 100%; } } } +/*metadata*/ +.node--type-islandora-object .node__content { + .field--label-inline { + margin:0; + padding:10px 0 6px; + border-bottom: 1px dotted #ccc; + .field__label { + width: 14em; + } + } +}