1. Made changes to the styling of text for the sparklines. Made them more amenable to IE's whims.

This commit is contained in:
cdtank 2010-09-15 20:46:08 +00:00
parent 62761c9542
commit 571182b98e
3 changed files with 13 additions and 3 deletions

View file

@ -131,10 +131,20 @@
} }
.vis_link a{ .vis_link a{
padding:10px; padding: 5px;
display: block; display: block;
} }
</style>
<![endif]-->
<!--[if lt IE 8]>
<style type="text/css">
.vis_link {
padding-top:15px;
display: block;
}
</style> </style>
<![endif]--> <![endif]-->

View file

@ -578,7 +578,7 @@ public class CoAuthorshipVisCodeGenerator {
VisualizationController.URL_ENCODING_SCHEME).toString(); VisualizationController.URL_ENCODING_SCHEME).toString();
fullTimelineLink = "<a href='" + fullTimelineNetworkURL fullTimelineLink = "<a href='" + fullTimelineNetworkURL
+ "'>View full timeline and co-author network</a><br />"; + "'>View full timeline and co-author network.</a>";
sparklineData.setFullTimelineNetworkLink(fullTimelineNetworkURL); sparklineData.setFullTimelineNetworkLink(fullTimelineNetworkURL);

View file

@ -588,7 +588,7 @@ public class PersonPublicationCountVisCodeGenerator {
VisualizationController.URL_ENCODING_SCHEME).toString(); VisualizationController.URL_ENCODING_SCHEME).toString();
fullTimelineLink = "<a href='" + fullTimelineNetworkURL + "'>View all VIVO " fullTimelineLink = "<a href='" + fullTimelineNetworkURL + "'>View all VIVO "
+ "publications and corresponding co-author network</a>.<br />"; + "publications and corresponding co-author network.</a>";
sparklineData.setFullTimelineNetworkLink(fullTimelineNetworkURL); sparklineData.setFullTimelineNetworkLink(fullTimelineNetworkURL);