Fixed right icons padding.

This commit is contained in:
Svetlana Rastegina 2021-03-04 14:02:25 +01:00 committed by Georgy Litvinov
parent a2a8493a16
commit aefa7b486f
6 changed files with 15 additions and 5 deletions

View file

@ -663,7 +663,7 @@ input.search-submit-button {
height: 38px;
/* top: 90px;
right: 10px;*/
padding-top: 20px;
padding-top: 5px;
}
#search-field {
width: 396px;
@ -2638,7 +2638,7 @@ button#scrollToTopBtn:hover {
background-position: top center;
}
span.iconControlsNotEditable {
position: relative;
top: 10px;
}
.expandSwitch {
width: 30%;
@ -2666,9 +2666,19 @@ span.iconControlsNotEditable {
flex-wrap: nowrap;
justify-content: flex-start;
}
#articleIconsWrapper {
margin-top: 25px;
}
#print {
all: unset;
}
#save {
all: unset;
}
#exportPdf {
all: unset;
}
/* -------------------------------------------------> */
/* FONTS --------------------------------> */
/* -------------------------------------------------> */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 654 B

After

Width:  |  Height:  |  Size: 886 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 532 B

After

Width:  |  Height:  |  Size: 741 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -66,7 +66,7 @@ ${scripts.add('<script type="text/javascript" src="${urls.base}/themes/iph/js/co
</#if>
</#if>
</div>
<span id="iconControlsRightSide" class="<#if editable>iconControlsEditable<#else>iconControlsNotEditable</#if>" <#if !user.hasSiteAdminAccess>style="top:5px"</#if>>
<span id="iconControlsRightSide" class="<#if editable>iconControlsEditable<#else>iconControlsNotEditable</#if>" <#if !user.hasSiteAdminAccess>"</#if>>
<#include "individual-iconControls-iph.ftl">
</span>

View file

@ -1,8 +1,8 @@
<div id="searchRightpanel">
<div id="articleIconsWrapper">
<button id="print"><img src="${urls.base}/themes/iph/images/print-icon.png"></button>
<button id="save"><img src="${urls.base}/themes/iph/images/print-icon.png"></button>
<button id="exportPdf"><img src="${urls.base}/themes/iph/images/print-icon.png"></button>
<button id="save"><img src="${urls.base}/themes/iph/images/save-icon.png"></button>
<button id="exportPdf"><img src="${urls.base}/themes/iph/images/save-pdf-icon.png"></button>
</div>
<#include "customsearchpanel.ftl" >
</div>