diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index 5f3ae576..3c25a44c 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -2388,7 +2388,7 @@ button.collapsible { font-family: "IPH Astra Serif"; font-size: 1.4rem !important; cursor: pointer; - padding: 18px; + padding: 14px; width: 100%; text-align: left; border: none; @@ -2525,7 +2525,6 @@ button.collapsible.metadataRubrics.active { font-family: IPH Astra Serif; font-style: italic; font-size: 1.2rem; - margin-top: 10px; } .virtualArticleWorks >div.virtualWorks >div.work { background-image: url(../images/bullet_icon.png); @@ -2969,7 +2968,7 @@ span.iconControlsEditable { border-bottom: 1px dashed #9C9C9C; } .collapsible.collapsed { - padding: 18px 18px 18px 10px; + padding: 8px 8px 8px 10px; } .collapsible.collapsed >div.collapsibleLink { background-image: url(../images/arrow-down-big.svg); @@ -2982,8 +2981,7 @@ span.iconControlsEditable { font-weight: normal; } .collapsible.expanded { - padding: 18px 18px 18px 10px; - border-bottom: 1px solid #dde4e3; + padding: 8px 8px 8px 10px; } .collapsible.expanded >div.collapsibleLink { background-image: url(../images/arrow-top-big.svg); @@ -3092,6 +3090,34 @@ label.switch >#collapseTextControl >img { font-family: "IPH Astra Serif"; font-size: 1.2rem; } +.affilation { + margin-bottom: 10px; +} +.expandedAuthors >.affilation { + font-family: "IPH Astra Serif"; + line-height: 1.6em; +} +.expandedAuthors >.affilation >b { + font-family: "IPH Astra Serif"; + font-size: 1.2rem; + padding: 5px; + border-bottom: 1px solid #dde4e3; + border-top: 1px solid #dde4e3; + display: block; + font-weight: normal; + margin-bottom: 8px; + background-color: #F6F6F6; +} +.authorOrgName { + font-family: "IPH Astra Serif"; + font-size: 1.1rem; + color: #4F4F4F; +} +.authorOrgAdress { + font-family: "IPH Astra Serif"; + font-size: 1.1rem; + color: #4F4F4F; +} /* -------------------------------------------------> */ /* FONTS --------------------------------> */ /* -------------------------------------------------> */ diff --git a/webapp/src/main/webapp/themes/iph/templates/text-lib.ftl b/webapp/src/main/webapp/themes/iph/templates/text-lib.ftl index bcbde83d..b135f21e 100644 --- a/webapp/src/main/webapp/themes/iph/templates/text-lib.ftl +++ b/webapp/src/main/webapp/themes/iph/templates/text-lib.ftl @@ -117,14 +117,14 @@ <#assign buttonText = "No text" > <#list 1..count as x> - +
<#macro arrangeSources sources counter identifier filter="none"> <#if sources?? && sources?has_content && counter > 0> - +
<#assign lastSource = ""/> <#list sources as source> @@ -141,7 +141,7 @@ <#macro arrangeLiterature literature counter identifier filter="none"> <#if literature?? && literature?has_content && counter > 0> - +
<#assign lastLiterature = ""/> <#list literature as literatureItem> @@ -158,26 +158,26 @@ <#macro authors_metadata> - <#if authors??> - <#list authors as author> -
- - -
+ <#if authors?? && authors?has_content> + + +