Fixed right icons padding.
This commit is contained in:
parent
a2a8493a16
commit
aefa7b486f
6 changed files with 15 additions and 5 deletions
|
@ -663,7 +663,7 @@ input.search-submit-button {
|
||||||
height: 38px;
|
height: 38px;
|
||||||
/* top: 90px;
|
/* top: 90px;
|
||||||
right: 10px;*/
|
right: 10px;*/
|
||||||
padding-top: 20px;
|
padding-top: 5px;
|
||||||
}
|
}
|
||||||
#search-field {
|
#search-field {
|
||||||
width: 396px;
|
width: 396px;
|
||||||
|
@ -2638,7 +2638,7 @@ button#scrollToTopBtn:hover {
|
||||||
background-position: top center;
|
background-position: top center;
|
||||||
}
|
}
|
||||||
span.iconControlsNotEditable {
|
span.iconControlsNotEditable {
|
||||||
position: relative;
|
top: 10px;
|
||||||
}
|
}
|
||||||
.expandSwitch {
|
.expandSwitch {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
|
@ -2666,9 +2666,19 @@ span.iconControlsNotEditable {
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
|
#articleIconsWrapper {
|
||||||
|
margin-top: 25px;
|
||||||
|
}
|
||||||
#print {
|
#print {
|
||||||
all: unset;
|
all: unset;
|
||||||
}
|
}
|
||||||
|
#save {
|
||||||
|
all: unset;
|
||||||
|
}
|
||||||
|
#exportPdf {
|
||||||
|
all: unset;
|
||||||
|
}
|
||||||
|
|
||||||
/* -------------------------------------------------> */
|
/* -------------------------------------------------> */
|
||||||
/* FONTS --------------------------------> */
|
/* 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 |
|
@ -66,7 +66,7 @@ ${scripts.add('<script type="text/javascript" src="${urls.base}/themes/iph/js/co
|
||||||
</#if>
|
</#if>
|
||||||
</#if>
|
</#if>
|
||||||
</div>
|
</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">
|
<#include "individual-iconControls-iph.ftl">
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<div id="searchRightpanel">
|
<div id="searchRightpanel">
|
||||||
<div id="articleIconsWrapper">
|
<div id="articleIconsWrapper">
|
||||||
<button id="print"><img src="${urls.base}/themes/iph/images/print-icon.png"></button>
|
<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="save"><img src="${urls.base}/themes/iph/images/save-icon.png"></button>
|
||||||
<button id="exportPdf"><img src="${urls.base}/themes/iph/images/print-icon.png"></button>
|
<button id="exportPdf"><img src="${urls.base}/themes/iph/images/save-pdf-icon.png"></button>
|
||||||
</div>
|
</div>
|
||||||
<#include "customsearchpanel.ftl" >
|
<#include "customsearchpanel.ftl" >
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue