From f4f649160c705e5d1b487c3daf715b85b75a33fc Mon Sep 17 00:00:00 2001 From: rdrew Date: Tue, 12 Aug 2025 14:58:18 -0300 Subject: [PATCH] lp-banner --- css/components/islandora_mods.css | 39 ++++++++++++++++++------------- 1 file changed, 23 insertions(+), 16 deletions(-) diff --git a/css/components/islandora_mods.css b/css/components/islandora_mods.css index e3b3b48..7074402 100755 --- a/css/components/islandora_mods.css +++ b/css/components/islandora_mods.css @@ -1,30 +1,37 @@ - /*my stuff*/ .search-result { - border: 1px solid #ccc; - height: 250px; - overflow: hidden; - /*background: #9a0406;*/ - /* color: #fff; */ + border: 1px solid #ccc; + height: 250px; + overflow: hidden; + /*background: #9a0406;*/ + /* color: #fff; */ } .sdu_memories .search-result { - height: initial; - /*background: #9a0406;*/ - /* color: #fff; */ + height: initial; + /*background: #9a0406;*/ + /* color: #fff; */ } .search-result img { - width: 100%; + width: 100%; } .search-result__title { - background: #9a0406; - /* color: #fff !important; */ - padding: 10px; + background: #9a0406; + /* color: #fff !important; */ + padding: 10px; } .search-result__title a { - color: antiquewhite; - /* padding: 10px; */ - text-decoration: none; + color: antiquewhite; + /* padding: 10px; */ + text-decoration: none; +} +.node--type-islandora-object { + .field--label-inline { + margin: 0; + } + .field__label { + width: 9em; + } }