Browse Source

metadata formatting

master
rdrew 3 days ago
parent
commit
f629eb03b1
  1. 37
      css/components/islandora_mods.css

37
css/components/islandora_mods.css

@ -116,26 +116,37 @@ div#block-olivesnews-site-branding {
.node--type-islandora-object .field { .node--type-islandora-object .field {
display: flex; display: flex;
border-bottom: 1px dotted #ccc; border-bottom: 1px dotted #ccc;
margin:0; margin: 0;
padding-bottom: .5em; padding-bottom: 0.5em;
margin-bottom: .5em; margin-bottom: 0.5em;
.field__label { .field__label {
font-family: var(--font-sans);
font-size: var(--font-size-base);
flex: 0 0 150px; flex: 0 0 150px;
} }
.field__item { .field__item {
font-family: var(--font-sans);
font-size: var(--font-size-base);
flex: 1; flex: 1;
line-height: 2;
p { p {
margin: 0;} margin: 0;
}
}
summary {
font-family: var(--font-sans);
font-size: var(--font-size-base);
} }
} }
/*.node--type-islandora-object .field--name-field-contributor-details {*/ /*.node--type-islandora-object .field--name-field-contributor-details {*/
/*display: flex;*/ /*display: flex;*/
/*gap: 12px; [> optional - space between label and text <]*/ /*gap: 12px; [> optional - space between label and text <]*/
/*[>align-items: center; [> optional - vertical alignment <]<]*/ /*[>align-items: center; [> optional - vertical alignment <]<]*/
/*.field__label {*/ /*.field__label {*/
/*flex: 0 0 150px;*/ /*flex: 0 0 150px;*/
/*}*/ /*}*/
/*.field__item {*/ /*.field__item {*/
/*flex: 1;*/ /*flex: 1;*/
/*}*/ /*}*/
/*}*/ /*}*/

Loading…
Cancel
Save