diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index 4f558c12..9e3dca9a 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -2319,12 +2319,11 @@ span.subclassExpandMinus { } .affiliations { - margin-bottom: 0.7em; + margin-bottom: 0.1em; font-family: "IPH Astra Serif"; font-size: 1.2rem; font-weight: bold; padding-bottom: 10px; - border-bottom: 1px dashed #9C9C9C; } /* -------------------------------------------------> */ /* ARTICLESTYLES --------------------------------> */ @@ -2374,7 +2373,74 @@ button.collapsible.active:focus { background-color: #F6F6F6; border: 1px solid #F6F6F6; } - +button.collapsible.metadataAuthors { + background-color: #FFFAF0; + border-bottom: 1px dashed #9C9C9C; + padding: 18px; + width: 100%; + outline: none; + border-left: 0px; + border-right: 0px; + border-top: 0px; + text-align:left; + margin-top: 0px; + background-image: url(../images/arrow-top.svg); + background-repeat: no-repeat; + background-position: 1% 50%; +} +button.collapsible.metadataAuthors.active { + background-color: #ffffff; + border-bottom: 1px dashed #9C9C9C; + padding: 18px; + width: 100%; + outline: none; + border-left: 0px; + border-right: 0px; + border-top: 0px; + text-align:left; + margin-top: 0px; + background-image: url(../images/arrow-down.svg); + background-repeat: no-repeat; + background-position: 1% 50%; +} +.metadataAuthors { + margin-top: 10px; + padding-left: 15px; +} +.metadataRubrics { + margin-top: 10px; + padding-left: 15px; +} +button.collapsible.metadataRubrics { + background-color: #FFFAF0; + border-bottom: 1px dashed #9C9C9C; + padding: 18px; + width: 100%; + outline: none; + border-left: 0px; + border-right: 0px; + border-top: 0px; + text-align:left; + margin-top: 0px; + background-image: url(../images/arrow-top.svg); + background-repeat: no-repeat; + background-position: 1% 50%; +} +button.collapsible.metadataRubrics.active { + background-color: #ffffff; + border-bottom: 1px dashed #9C9C9C; + padding: 18px; + width: 100%; + outline: none; + border-left: 0px; + border-right: 0px; + border-top: 0px; + text-align:left; + margin-top: 0px; + background-image: url(../images/arrow-down.svg); + background-repeat: no-repeat; + background-position: 1% 50%; +} .authors { width: 100%; border-top: 1px solid #8B4513; diff --git a/webapp/src/main/webapp/themes/iph/images/arrow-down.svg b/webapp/src/main/webapp/themes/iph/images/arrow-down.svg new file mode 100644 index 00000000..44de0c5d --- /dev/null +++ b/webapp/src/main/webapp/themes/iph/images/arrow-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/webapp/src/main/webapp/themes/iph/images/arrow-top.svg b/webapp/src/main/webapp/themes/iph/images/arrow-top.svg new file mode 100644 index 00000000..f43e7765 --- /dev/null +++ b/webapp/src/main/webapp/themes/iph/images/arrow-top.svg @@ -0,0 +1,3 @@ + + + diff --git a/webapp/src/main/webapp/themes/iph/templates/compilation.ftl b/webapp/src/main/webapp/themes/iph/templates/compilation.ftl index 0fe4dc16..c5ccdef0 100644 --- a/webapp/src/main/webapp/themes/iph/templates/compilation.ftl +++ b/webapp/src/main/webapp/themes/iph/templates/compilation.ftl @@ -9,6 +9,7 @@ ${scripts.add('')} ${scripts.add('')} ${scripts.add('')} +${scripts.add('')} <#import "individual-qrCodeGenerator.ftl" as qr> <#import "lib-vivo-properties.ftl" as vp> <#include "text-lib.ftl"> @@ -121,8 +122,9 @@ ${scripts.add('')} ${scripts.add('')} ${scripts.add('')} +${scripts.add('')} <#import "individual-qrCodeGenerator.ftl" as qr> <#import "lib-vivo-properties.ftl" as vp> <#include "text-lib.ftl"> diff --git a/webapp/src/main/webapp/themes/iph/templates/rightPanel.ftl b/webapp/src/main/webapp/themes/iph/templates/rightPanel.ftl index 50406beb..94527392 100644 --- a/webapp/src/main/webapp/themes/iph/templates/rightPanel.ftl +++ b/webapp/src/main/webapp/themes/iph/templates/rightPanel.ftl @@ -5,5 +5,6 @@ <#include "customsearchpanel.ftl" > +
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 fad4c505..b29362e1 100644 --- a/webapp/src/main/webapp/themes/iph/templates/text-lib.ftl +++ b/webapp/src/main/webapp/themes/iph/templates/text-lib.ftl @@ -184,7 +184,7 @@ <#macro expandSwitch>
-