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; + } + } +}