|
|
|
|
@ -23,3 +23,30 @@
|
|
|
|
|
padding: 10px !important; |
|
|
|
|
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/*metadata-display on repo objects*/ |
|
|
|
|
@media (min-width: 1060px) { |
|
|
|
|
.node--type-islandora-object .field { |
|
|
|
|
display: flex; |
|
|
|
|
} |
|
|
|
|
.node--type-islandora-object .node__content { |
|
|
|
|
margin-top: 2rem; |
|
|
|
|
} |
|
|
|
|
.node--type-islandora-object .field > .field__label { |
|
|
|
|
width: 20%; |
|
|
|
|
text-align: right; |
|
|
|
|
padding-right: 1em; |
|
|
|
|
vertical-align: initial; |
|
|
|
|
&:after { |
|
|
|
|
content: ":"; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.node--type-islandora-object .field > .field__item, |
|
|
|
|
.node--type-islandora-object .field > .field__items { |
|
|
|
|
width: 80%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.field--name-field-transcript-text { |
|
|
|
|
display: block !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|