Modified a hover style.Fixed icons padding.
This commit is contained in:
parent
02e7a9d520
commit
cd14bb3303
3 changed files with 14 additions and 8 deletions
|
@ -44,8 +44,13 @@ body {
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
text-decoration: none;
|
||||||
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
a:hover,
|
a:hover {
|
||||||
|
color: #8B4513;
|
||||||
|
}
|
||||||
|
|
||||||
h2 a:hover,
|
h2 a:hover,
|
||||||
h2 a:active,
|
h2 a:active,
|
||||||
ul#header-nav a:link,
|
ul#header-nav a:link,
|
||||||
|
@ -2112,9 +2117,7 @@ article.property ul.property-list li a {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -9999px;
|
left: -9999px;
|
||||||
}
|
}
|
||||||
a {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
.middle {
|
.middle {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
@ -2613,7 +2616,7 @@ button.collapsible.active {
|
||||||
}
|
}
|
||||||
.keywords {
|
.keywords {
|
||||||
font-family: "IPH Astra Serif";
|
font-family: "IPH Astra Serif";
|
||||||
font-size: 1.1rem;
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
.biblio >h2.label {
|
.biblio >h2.label {
|
||||||
background-image: url(../images/book_icon.png);
|
background-image: url(../images/book_icon.png);
|
||||||
|
@ -2673,6 +2676,9 @@ span.iconControlsNotEditable {
|
||||||
background-position: top center;*/
|
background-position: top center;*/
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
|
.expandSwitch >label.switch {
|
||||||
|
padding-right: 20px;
|
||||||
|
}
|
||||||
#individual-info >header {
|
#individual-info >header {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
|
@ -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>"</#if>>
|
<span id="iconControlsRightSide" class="<#if editable>iconControlsEditable<#else>iconControlsNotEditable</#if>" <#if !user.hasSiteAdminAccess>style="top:5px"</#if>>
|
||||||
<#include "individual-iconControls-iph.ftl">
|
<#include "individual-iconControls-iph.ftl">
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
@ -80,7 +80,7 @@ ${scripts.add('<script type="text/javascript" src="${urls.base}/themes/iph/js/co
|
||||||
|
|
||||||
<!-- Overview -->
|
<!-- Overview -->
|
||||||
<#if !editable>
|
<#if !editable>
|
||||||
</#if>
|
</#if>
|
||||||
<#include "individual-overview.ftl">
|
<#include "individual-overview.ftl">
|
||||||
|
|
||||||
<!-- Research Areas -->
|
<!-- Research Areas -->
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<button id="print"><img src="${urls.base}/themes/iph/images/print.svg"></button>
|
<button id="print"><img src="${urls.base}/themes/iph/images/print.svg"></button>
|
||||||
<button id="save"><img src="${urls.base}/themes/iph/images/save.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>
|
<button id="exportPdf"><img src="${urls.base}/themes/iph/images/exportPdf.svg"></button>
|
||||||
</div>
|
</div>
|
||||||
<#include "customsearchpanel.ftl" >
|
<#include "customsearchpanel.ftl" >
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue