|
|
|
|
@ -297,10 +297,10 @@ div#block-views-block-media-display-blocks-source {
|
|
|
|
|
display: flex; |
|
|
|
|
justify-content: center; |
|
|
|
|
a { |
|
|
|
|
margin: 0 .5rem 0 0; |
|
|
|
|
font-size: .9rem; |
|
|
|
|
padding-inline:.5rem; |
|
|
|
|
height:2rem; |
|
|
|
|
margin: 0 0.5rem 0 0; |
|
|
|
|
font-size: 0.9rem; |
|
|
|
|
padding-inline: 0.5rem; |
|
|
|
|
height: 2rem; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.advanced_search_result_pager .pager__group > * { |
|
|
|
|
@ -308,3 +308,22 @@ div#block-views-block-media-display-blocks-source {
|
|
|
|
|
display: flex; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.node--type-islandora-object .node__content, |
|
|
|
|
.people_metadata { |
|
|
|
|
.field { |
|
|
|
|
margin-bottom: 0.6rem; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
@media (min-width: 800px) { |
|
|
|
|
.node--type-islandora-object .node__content, |
|
|
|
|
.people_metadata { |
|
|
|
|
.field { |
|
|
|
|
margin-bottom: 0.6rem; |
|
|
|
|
/* border-bottom: 1px solid #eaeaea; */ |
|
|
|
|
} |
|
|
|
|
.field__label { |
|
|
|
|
width: 11rem; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|