From 5829b4f337ed8de6123e5b5c2cb8bc14cb025385 Mon Sep 17 00:00:00 2001 From: rdrew Date: Tue, 17 Dec 2024 13:22:06 -0400 Subject: [PATCH] profile page --- css/components.css | 4 ++-- css/islandora_mods.css | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/css/components.css b/css/components.css index 214aacb..fce216f 100755 --- a/css/components.css +++ b/css/components.css @@ -134,8 +134,8 @@ li.taxonomy-term:not(:last-child) { margin-right: 1rem; } .taxonomy-term a { - padding: 6px 14px; - border: 2px solid var(--border); + /*padding: 6px 14px;*/ + /*border: 2px solid var(--border);*/ } /* Node Links */ .node-links-container ul.links { diff --git a/css/islandora_mods.css b/css/islandora_mods.css index 47dcfe6..8033cb5 100755 --- a/css/islandora_mods.css +++ b/css/islandora_mods.css @@ -16,6 +16,7 @@ span.coin-url a { position: relative; +margin-bottom:1rem; cursor: pointer; border: 0; padding: 4px 8px; @@ -57,6 +58,10 @@ iframe.pdf { /*content: ":";*/ /*}*/ } + .block-content .contextual-region { + .views-row { + margin-right: 1rem;} + display: flex;} } .page-type-islandora-object .node-content { --right-col-width: 85%; @@ -107,7 +112,7 @@ iframe.pdf { } li.taxonomy-term { - padding: 4px 0; + /*padding: 4px 0;*/ } p { margin: 0;