Browse Source

repo sync

master
rdrew 4 days ago
parent
commit
b9895eb843
  1. 12
      css/islandora_mods.css
  2. 4
      templates/main_layouts/taxonomy-term--scholars.html.twig

12
css/islandora_mods.css

@ -146,14 +146,20 @@ div#formatted-citation::before {
border: 1px solid #ccc; border: 1px solid #ccc;
} }
/*scholar profiles*/ /*scholar profiles*/
@media (min-width: 595px) {
.scholar-profile .top {
display: flex;
}
}
.scholar-profile { .scholar-profile {
padding: 1rem; padding: 1rem;
background: #fff; background: #fff;
border: 1px solid #ccc; border: 1px solid #ccc;
border-top: none; border-top: none;
.top { .top {
display: flex; /*display: flex;
/*justify-content: space-between;*/ justify-content: space-between;*/
.field:not(:last-child) { .field:not(:last-child) {
margin-bottom: 5px; margin-bottom: 5px;
} }
@ -381,7 +387,6 @@ a.pdf_link.button i {
margin-right: 12px; margin-right: 12px;
} }
div#block-vre2024-solrsearchcontentsearchresultspagerforpage .pager__group { div#block-vre2024-solrsearchcontentsearchresultspagerforpage .pager__group {
display: none;
} }
/*facets*/ /*facets*/
.facets-soft-limit-link { .facets-soft-limit-link {
@ -507,7 +512,6 @@ div#block-views-block-oai-pmh-item-links-block-1 .field-content {
} }
} }
.advanced_search_result_pager .pager__group { .advanced_search_result_pager .pager__group {
justify-content: flex-start;
} }
.clipboard-button { .clipboard-button {
float: right; float: right;

4
templates/main_layouts/taxonomy-term--scholars.html.twig

@ -75,6 +75,8 @@
<div class="bottom"> <div class="bottom">
<hr> <hr>
{{ content.field_biography }} {{ content.field_biography }}
<hr>
{{ content.field_fields_of_activity }}
<hr> <hr>
{% set view = drupal_view_result('scholar_profile_recent_citations_block', 'block_1')|length %} {% set view = drupal_view_result('scholar_profile_recent_citations_block', 'block_1')|length %}
{% if view > 0 %} {% if view > 0 %}
@ -82,8 +84,6 @@
{{ drupal_view('scholar_profile_recent_citations_block', 'block_1') }} {{ drupal_view('scholar_profile_recent_citations_block', 'block_1') }}
<hr> <hr>
{% endif %} {% endif %}
{{ content.field_fields_of_activity }}
<hr>
</div> </div>
</div> </div>

Loading…
Cancel
Save