diff --git a/css/components/islandora_mods.css b/css/components/islandora_mods.css index 16c5bb3..915de5a 100755 --- a/css/components/islandora_mods.css +++ b/css/components/islandora_mods.css @@ -6,7 +6,7 @@ padding-bottom: 5px; } .field__label { - width: 200px; + width: 250px; } } .page-node-type-islandora-object { @@ -14,6 +14,8 @@ margin-block-end: 0 !important; } } +.field--name-field-abstract, +.field--name-field-note, .field.field--name-field-rights { display: flex; .field__items { @@ -33,34 +35,36 @@ div#block-citation-select-block { div#block-mirador-block { margin-bottom: 0; } -div#formatted-bibliography { +div#formatted-bibliography .csl-bib-body { background: #eeeeee; padding: 5px; border: 1px dotted #ccc; } /*collection grid*/ -/*.grid-item {*/ -/*border: 1px solid #ccc;*/ -/*padding: 4px;*/ -/*border-radius: 4px;*/ -/*background: #ece8e3;*/ -/*.grid-item__image {*/ -/*margin: 0;*/ -/*height: 160px;*/ -/*overflow: hidden;*/ -/*img {*/ -/*width: 100%;*/ -/*}*/ -/*}*/ -/*.grid-item__title {*/ -/*display: block;*/ -/*text-align: center;*/ -/*line-height: 1.2;*/ -/*margin: 10px 0 6px 0;*/ -/*a {*/ -/*text-decoration: none;*/ -/*font-family: var(--font-serif);*/ -/*[>font-size: var(--font-size-l);<]*/ -/*}*/ -/*}*/ -/*}*/ +.grid-item { + border: 1px solid #ccc; + padding: 4px; + border-radius: 4px; + background: #ece8e3; + .grid-item__image { + margin: 0; + height: 180px; + background: #ece8e3; + overflow: hidden; + img { + width: 100%; + } + } + .grid-item__title { + display: block; + /*text-align: center;*/ + line-height: 1.2; + margin: 5px 0 6px 0; + /*height: 3em;*/ + a { + text-decoration: none; + font-family: var(--font-serif); + /*font-size: var(--font-size-l);*/ + } + } +}