NIHVIVO-556: Changed color for line separators in top header nav

This commit is contained in:
mb863 2010-12-16 22:26:59 +00:00
parent 0989181973
commit 704136c6f2
2 changed files with 168 additions and 209 deletions

View file

@ -13,43 +13,8 @@
</#if> </#if>
<div class="staticPageBackground"> <div class="staticPageBackground">
<div id="${visContainerID}">
<div id="${visContainerID}"> <script type="text/javascript">
<style type='text/css'>
.sparkline_style table {
margin: 0;
padding: 0;
width: auto;
border-collapse: collapse;
border-spacing: 0;
vertical-align: inherit;
}
table.sparkline_wrapper_table
td,th {
vertical-align: bottom;
}
.vis_link a {
padding-top: 5px;
}
td.sparkline_number {
text-align: right;
padding-right: 5px;
}
td.sparkline_text {
text-align: left;
}
.incomplete-data-holder {
}
</style>
<script type="text/javascript">
function drawPubCountVisualization(providedSparklineImgTD) { function drawPubCountVisualization(providedSparklineImgTD) {
@ -187,21 +152,17 @@
drawPubCountVisualization(sparklineImgTD); drawPubCountVisualization(sparklineImgTD);
}); });
</script> </script>
</div> </div><!-- Sparkline Viz -->
<#if sparklineVO.shortVisMode> <#if sparklineVO.shortVisMode>
<#--<span class="vis_link">-->
<span class="vis_link"> <p><a class="all-vivo-publications" href="${sparklineVO.fullTimelineNetworkLink}">View all VIVO publications and corresponding co-author network.</a></p>
<a href="${sparklineVO.fullTimelineNetworkLink}">View all VIVO publications and corresponding co-author network.</a> <#--</span>-->
<#else>
</span> <!-- For Full Sparkline - Print the Table of Publication Counts per Year -->
<p>
<#else>
<!-- For Full Sparkline - Print the Table of Publication Counts per Year -->
<p>
<table id='sparkline_data_table'> <table id='sparkline_data_table'>
<caption> <caption>
Publications per year <a href="${sparklineVO.downloadDataLink}">(.CSV File)</a> Publications per year <a href="${sparklineVO.downloadDataLink}">(.CSV File)</a>
@ -233,8 +194,6 @@
</table> </table>
Download data as <a href="${sparklineVO.downloadDataLink}">.csv</a> file. Download data as <a href="${sparklineVO.downloadDataLink}">.csv</a> file.
<br /> <br />
</p> </p>
</#if>
</#if>
</div> </div>

View file

@ -97,7 +97,7 @@ ul#header-nav li {
display: block; display: block;
padding-left: 10px; padding-left: 10px;
padding-right: 10px; padding-right: 10px;
border-right: 1px solid #fff; border-right: 1px solid #7c7d7f;
font-size: 0.7em; font-size: 0.7em;
color: #fff; color: #fff;
} }