From 7327cc8ced63a3b949ef9d532453846512a80331 Mon Sep 17 00:00:00 2001 From: rdrew Date: Wed, 7 Jan 2026 13:30:13 -0400 Subject: [PATCH] search tile tweaks, facet styles --- css/components/islandora_mods.css | 34 +++++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/css/components/islandora_mods.css b/css/components/islandora_mods.css index c2d0453..e2a4b43 100755 --- a/css/components/islandora_mods.css +++ b/css/components/islandora_mods.css @@ -1,5 +1,8 @@ +.node__content video { + width: 100%; +} .view.view-tunes th { - min-width: 9em; + min-width: 9em; } /*facets*/ .facet-item__status, @@ -66,7 +69,7 @@ a { color: #d2966e; /*text-decoration: none;*/ - color: #fff; + color: #fff; } a:hover { color: #fff; @@ -81,8 +84,8 @@ width: 14em; /*font-weight: normal;*/ color: #d2966e; - color: #fff; - font-family:var(--font-serif); + color: #fff; + font-family: var(--font-serif); } } } @@ -229,3 +232,26 @@ div#block-olivesbdh-solrsearchcontentsearchresultspagerforblock { #block-views-block-media-display-blocks-source:has(div.view-empty) { display: none; } +/*tables*/ +.node__content video { + width: 100%; +} +.view { + td { + /* outline: 1px solid; */ + } + + th, + td { + text-align: center !important; + } +} +.node--type-islandora-object .field--name-field-abstract { + display: flex; + .field__item { + line-height: 1.5; + } + .field__label { + margin-right: 7em; + } +}