Modified print button position.
This commit is contained in:
parent
ee82cb0f51
commit
397f29b83e
2 changed files with 9 additions and 4 deletions
|
@ -666,7 +666,6 @@ input.search-submit-button {
|
|||
height: 38px;
|
||||
/* top: 90px;
|
||||
right: 10px;*/
|
||||
padding-top: 5px;
|
||||
}
|
||||
#search-field {
|
||||
width: 396px;
|
||||
|
@ -2783,9 +2782,7 @@ span.iconControlsNotEditable {
|
|||
background-position: top center;*/
|
||||
padding-right: 5px;
|
||||
}
|
||||
.expandSwitch >label.switch {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
#individual-info >header {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
@ -2807,6 +2804,12 @@ span.iconControlsNotEditable {
|
|||
#print {
|
||||
all: unset;
|
||||
cursor: pointer;
|
||||
padding-left: 8px;
|
||||
}
|
||||
.articleButtons {
|
||||
width: 10%;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
#save {
|
||||
all: unset;
|
||||
|
|
|
@ -67,6 +67,7 @@ ${scripts.add('<script type="text/javascript" src="${urls.base}/themes/iph/js/to
|
|||
</#if>
|
||||
</#if>
|
||||
</div>
|
||||
<div class="articleButtons">
|
||||
<span id="iconControlsRightSide" class="<#if editable>iconControlsEditable<#else>iconControlsNotEditable</#if>" <#if !user.hasSiteAdminAccess>style="top:5px"</#if>>
|
||||
<#include "individual-iconControls-iph.ftl">
|
||||
</span>
|
||||
|
@ -75,6 +76,7 @@ ${scripts.add('<script type="text/javascript" src="${urls.base}/themes/iph/js/to
|
|||
<#include "individual-profilePageTypes.ftl">
|
||||
</#if>
|
||||
<button id="print"><img onclick="javascript:printPageContent();" src="${urls.base}/themes/iph/images/print.svg"></button>
|
||||
</div>
|
||||
<@expandSwitch />
|
||||
</header>
|
||||
<!-- Positions -->
|
||||
|
|
Loading…
Add table
Reference in a new issue