You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
110 lines
2.1 KiB
110 lines
2.1 KiB
.advanced_search_result_pager .pager__group { |
|
/*display: none;*/ |
|
} |
|
.collection-view { |
|
.views-row { |
|
margin: 1rem; |
|
border: 1px solid #ccc; |
|
/*display: flex;*/ |
|
flex-direction: column; |
|
/*align-items: center;*/ |
|
.views-field-title { |
|
/*margin: 1rem;*/ |
|
} |
|
.views-field.views-field-did-image { |
|
display: flex; |
|
align-items: center; |
|
height: 200px; |
|
overflow: hidden; |
|
} |
|
} |
|
} |
|
.search-result { |
|
padding: 1rem; |
|
.search-result__metadata { |
|
display: flex; |
|
} |
|
.search-result__left { |
|
/*width: 20%;*/ |
|
width: 8rem; |
|
border-right: 1px solid #ccc; |
|
margin-right: 1rem; |
|
padding-right: 1rem; |
|
} |
|
|
|
.search-result__right { |
|
/*width: 80%;*/ |
|
flex: 1; |
|
} |
|
ul { |
|
p { |
|
margin: 0; |
|
} |
|
list-style-type: none; |
|
margin: 0; |
|
li { |
|
display: flex; |
|
} |
|
} |
|
a.views-more-link { |
|
display: block; |
|
text-align: right; |
|
} |
|
.abstract, |
|
p { |
|
|
|
flex: 1; |
|
} |
|
.label { |
|
width: 8rem; |
|
font-weight: bold; |
|
/*margin-right: 1rem;*/ |
|
} |
|
} |
|
.field.field--name-field-linked-agent.field--type-typed-relation { |
|
display: block; |
|
} |
|
.collection-view.view-grid .view-content .views-row { |
|
padding: 10px !important; |
|
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3); |
|
} |
|
.node__content .field.field--name-field-linked-agent.field--type-typed-relation { |
|
display: flex; |
|
} |
|
|
|
/*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; |
|
} |
|
} |
|
.collection_header { |
|
.field__item { |
|
width: 100% !important; |
|
} |
|
.field { |
|
display: block; |
|
} |
|
border-bottom: 4px double #333; |
|
padding-bottom: 1em; |
|
}
|
|
|