Browse Source

lp changes

master
rdrew 1 month ago
parent
commit
80b91b85ab
  1. 56
      css/components/islandora_mods.css

56
css/components/islandora_mods.css

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

Loading…
Cancel
Save