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