diff --git a/css/components/islandora_mods.css b/css/components/islandora_mods.css index a93055f..457901a 100755 --- a/css/components/islandora_mods.css +++ b/css/components/islandora_mods.css @@ -78,38 +78,40 @@ div#block-olivesnews-content .view-header { ============================================================ */ .facets-widget-links ul { - list-style-type: none; - margin-left: 0; + list-style-type: none; + margin-left: 0; } .facets-widget-links ul li { - margin-bottom: 3px; + margin-bottom: 3px; } .facets-widget-links ul span.facet-item__count { - font-weight: 600; + font-weight: 600; } .facets-widget-range_nouislider ul { - list-style-type: none; - margin: 0; + list-style-type: none; + margin: 0; } -.facets-widget-range_nouislider .facet-slider {margin: 60px 14px 0;} +.facets-widget-range_nouislider .facet-slider { + margin: 60px 14px 0; +} .facets-widget-range_nouislider .js-form-type-textfield { - display: flex; - /* width: 100%; */ + display: flex; + /* width: 100%; */ } .facets-widget-range_nouislider label.form-item__label { - width: 3em; + width: 3em; } .facets-widget-range_nouislider .noUi-tooltip { - border: 1px solid #8196a2; + border: 1px solid #8196a2; } .facets-widget-range_nouislider .noUi-connect { - background: #691803; + background: #691803; } /* ============================================================ @@ -159,9 +161,19 @@ div#block-olivesnews-site-branding { summary { font-family: var(--font-sans); font-size: var(--font-size-base); + margin: 0; + } +} +.node--type-islandora-object .field--name-field-contributor-details { + p { + display: flex; + border-bottom: 1px dotted #ccc; + strong { + flex: 0 0 155px; + /*text-align:right;*/ + } } } -/*.node--type-islandora-object .field--name-field-contributor-details {*/ /*display: flex;*/ /*gap: 12px; [> optional - space between label and text <]*/ /*[>align-items: center; [> optional - vertical alignment <]<]*/