Fixed expand button style and metadata content style.

This commit is contained in:
Svetlana Rastegina 2021-03-11 21:32:07 +01:00 committed by Georgy Litvinov
parent 49d62fcfba
commit 647c939272
2 changed files with 27 additions and 6 deletions

View file

@ -151,9 +151,12 @@ input.form-control {
input.block {
margin-bottom: 20px;
}
label {
.label {
margin-top: .5em;
margin-bottom: .5em;
font-size: 1.2rem;
font-family: "IPH Astra Serif";
color: #000000;
}
label.inline {
display: inline;
@ -2878,18 +2881,25 @@ span.iconControlsNotEditable {
border-bottom: 1px dashed #9C9C9C;
}
.collapsible.collapsed {
padding: 18px 18px 18px 10px;
}
.collapsible.collapsed >div.collapsibleLink {
background-image: url(../images/arrow-down-big.svg);
background-repeat: no-repeat;
background-position: 1% 50%;
padding: 18px 18px 18px 40px;
background-position: left center;
cursor: pointer;
padding-left: 30px;
}
.collapsible.expanded {
padding: 18px 18px 18px 10px;
border-bottom: 1px solid #dde4e3;
}
.collapsible.expanded >div.collapsibleLink {
background-image: url(../images/arrow-top-big.svg);
background-repeat: no-repeat;
background-position: 1% 50%;
padding: 18px 18px 18px 40px;
background-position: left center;
cursor: pointer;
padding-left: 30px;
}
.searchTOC {
display: none;
@ -2917,6 +2927,17 @@ p.snippet {
border-top: 1px solid #dde4e3;
padding-top: 20px;
}
.expandedContent {
padding-left: 20px;
padding-top: 10px;
margin-bottom: 10px;
padding-bottom: 5px;
}
.expandedContent a {
font-family: "IPH Astra Serif";
font-size: 1.2rem;
padding-bottom: 2px;
}
/* -------------------------------------------------> */
/* FONTS --------------------------------> */
/* -------------------------------------------------> */

View file

@ -44,7 +44,7 @@
</div>
</#if>
<#if rubrics?? && rubrics?has_content>
<div style="display:none;">
<div class="expandedContent" style="display:none;">
<#list rubrics as rubric>
<li role="listitem" style="list-style:none;">
<a href="${urls.base}/individual?uri=${rubric.rubricID?url}"">${rubric.rubricName}</a>