corrected font size and alignment of Map of Science link
This commit is contained in:
parent
7161106815
commit
7b31cef840
5 changed files with 18 additions and 15 deletions
|
@ -20,7 +20,6 @@ div.overview-value :last-child {
|
|||
}
|
||||
/* <------ INDIVIDUAL TEMPORAL GRAPH */
|
||||
#temporal-graph {
|
||||
float: right;
|
||||
padding: 0 3px 20px 0;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
@ -33,13 +32,11 @@ div.overview-value :last-child {
|
|||
vertical-align: text-top;
|
||||
}
|
||||
|
||||
/* <------ INDIVIDUAL MAP OF SCIENCE */
|
||||
/* <------ INDIVIDUAL MAP O' SCIENCE */
|
||||
#map-of-science {
|
||||
float: right;
|
||||
padding: 0 3px 20px 0;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
#map-of-science h3 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
|
|
@ -5,9 +5,10 @@
|
|||
<#-- Do not show the link for temporal visualization unless it's enabled -->
|
||||
<#if temporalVisualizationEnabled>
|
||||
<#assign classSpecificExtension>
|
||||
<#include "individual-visualizationTemporalGraph.ftl">
|
||||
<div style="clear: both;"></div>
|
||||
<#include "individual-visualizationMapOfScience.ftl">
|
||||
<section id="visualization" role="region">
|
||||
<#include "individual-visualizationTemporalGraph.ftl">
|
||||
<#include "individual-visualizationMapOfScience.ftl">
|
||||
</section> <!-- #visualization -->
|
||||
</#assign>
|
||||
</#if>
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
<#-- Map Of Science visualization -->
|
||||
|
||||
<section id="map-of-science" role="region">
|
||||
<h3><img src="${urls.images}/visualization/mapofscience/vivo_scimap_icon_v001.png" width="25px" height="25px" />
|
||||
<a href="${individual.mapOfScienceUrl}">Map Of Science</a></h3>
|
||||
</section>
|
||||
<div id="map-of-science">
|
||||
<h3><img src="${urls.images}/visualization/mapofscience/vivo_scimap_icon_v001.png" width="25px" height="25px" /><a href="${individual.mapOfScienceUrl}">Map of Science</a></h3>
|
||||
</div>
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
<#-- Temporal graph visualization -->
|
||||
|
||||
<section id="temporal-graph" role="region">
|
||||
<div id="temporal-graph">
|
||||
<h3><img src="${urls.images}/visualization/temporal_vis_icon.jpg" width="25px" height="25px" /><a href="${individual.temporalGraphUrl}">Temporal Graph</a></h3>
|
||||
</section>
|
||||
</div>
|
|
@ -1289,6 +1289,12 @@ a.all-vivo-publications {
|
|||
font-size: .8em !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
/* <------ MAP O' SCIENCE */
|
||||
#map-of-science h3 a {
|
||||
color: #2485AE;
|
||||
font-size: .8em !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
/* COAUTHORS ------> */
|
||||
img.co-author {
|
||||
border: 2px solid #ebebeb;
|
||||
|
@ -1565,7 +1571,7 @@ ul.dropdown li a {
|
|||
}
|
||||
ul.dropdown li#user-menu {
|
||||
background: url(../images/arrow-down-over-account.gif) right 9px no-repeat;
|
||||
|
||||
min-width:110px;
|
||||
}
|
||||
ul.dropdown li#user-menu a {
|
||||
margin-right: 28px;
|
||||
|
@ -1586,7 +1592,7 @@ ul.dropdown li:hover a {
|
|||
}
|
||||
/* LEVEL TWO */
|
||||
ul.dropdown ul.sub_menu {
|
||||
background-color: yellow;
|
||||
background-color: #fff;
|
||||
font-size: 1.4em;
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue