Hid right top buttons.Modified result page style.
This commit is contained in:
parent
2c46c1c6b3
commit
9567522060
4 changed files with 17 additions and 7 deletions
|
@ -2550,13 +2550,18 @@ button.collapsible.metadataRubrics.active {
|
||||||
.virtualArticleSwitch >label.switch {
|
.virtualArticleSwitch >label.switch {
|
||||||
font-family: IPH Astra Serif;
|
font-family: IPH Astra Serif;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-size: 1.2rem;
|
font-size: 1.3rem;
|
||||||
|
padding-bottom: 15px;
|
||||||
|
border-bottom: 1px solid #F6F6F6;
|
||||||
}
|
}
|
||||||
.virtualArticleBiblio >div.virtualBibliography >div.bibliography {
|
.virtualArticleBiblio >div.virtualBibliography >div.bibliography {
|
||||||
background-image: url(../images/bullet_icon.png);
|
background-image: url(../images/bullet_icon.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
.searchhits li {
|
||||||
|
margin-top: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
ul.dropdown li#user-menu a {
|
ul.dropdown li#user-menu a {
|
||||||
font-family: "Roboto";
|
font-family: "Roboto";
|
||||||
|
@ -2757,9 +2762,10 @@ button#scrollToTopBtn:hover {
|
||||||
}
|
}
|
||||||
span.iconControlsNotEditable {
|
span.iconControlsNotEditable {
|
||||||
top: 10px;
|
top: 10px;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
.expandSwitch {
|
.expandSwitch {
|
||||||
width: 30%;
|
width: 20%;
|
||||||
font-family: "Roboto";
|
font-family: "Roboto";
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|
|
@ -74,6 +74,7 @@ ${scripts.add('<script type="text/javascript" src="${urls.base}/themes/iph/js/to
|
||||||
<#if editable && profilePageTypesEnabled >
|
<#if editable && profilePageTypesEnabled >
|
||||||
<#include "individual-profilePageTypes.ftl">
|
<#include "individual-profilePageTypes.ftl">
|
||||||
</#if>
|
</#if>
|
||||||
|
<button id="print"><img onclick="javascript:printPageContent();" src="${urls.base}/themes/iph/images/print.svg"></button>
|
||||||
<@expandSwitch />
|
<@expandSwitch />
|
||||||
</header>
|
</header>
|
||||||
<!-- Positions -->
|
<!-- Positions -->
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
<div id="searchRightpanel">
|
<div id="searchRightpanel">
|
||||||
<div id="articleIconsWrapper">
|
<div id="articleIconsWrapper">
|
||||||
<button id="print"><img onclick="javascript:printPageContent();" src="${urls.base}/themes/iph/images/print.svg"></button>
|
|
||||||
<button id="save"><img src="${urls.base}/themes/iph/images/save.svg"></button>
|
|
||||||
<button id="exportPdf"><img src="${urls.base}/themes/iph/images/exportPdf.svg"></button>
|
|
||||||
</div>
|
</div>
|
||||||
<#include "customsearchpanel.ftl" >
|
<#include "customsearchpanel.ftl" >
|
||||||
<div id="tocPlaceHolder" style="display:none;">
|
<div id="tocPlaceHolder" style="display:none;">
|
||||||
|
|
|
@ -152,7 +152,12 @@
|
||||||
<#if authors??>
|
<#if authors??>
|
||||||
<#list authors as author>
|
<#list authors as author>
|
||||||
<div class="affiliations" >
|
<div class="affiliations" >
|
||||||
|
<div class="collapsible collapsed">
|
||||||
|
<div class="collapsibleLink" style="display:inline;">
|
||||||
<b><#if author.authorFamily??>${author.authorFamily} </#if><#if author.authorGivenName??>${author.authorGivenName}</#if></b>
|
<b><#if author.authorFamily??>${author.authorFamily} </#if><#if author.authorGivenName??>${author.authorGivenName}</#if></b>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div style="display:none;">
|
||||||
<#if author.orgName??>
|
<#if author.orgName??>
|
||||||
<br><span style="color:rgba(0,0,0,0.54);">${author.orgName}</span>
|
<br><span style="color:rgba(0,0,0,0.54);">${author.orgName}</span>
|
||||||
</#if>
|
</#if>
|
||||||
|
@ -161,6 +166,7 @@
|
||||||
<span style="color:rgba(0,0,0,0.54);">Адрес организации: <#if author.orgPostalCode??>${author.orgPostalCode}, </#if>${author.orgAddress} </span>
|
<span style="color:rgba(0,0,0,0.54);">Адрес организации: <#if author.orgPostalCode??>${author.orgPostalCode}, </#if>${author.orgAddress} </span>
|
||||||
</#if>
|
</#if>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</#list>
|
</#list>
|
||||||
</#if>
|
</#if>
|
||||||
</#macro>
|
</#macro>
|
||||||
|
|
Loading…
Add table
Reference in a new issue