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