1. Made changes to the styling of text for the sparklines. Made them more amenable to IE's whims.
This commit is contained in:
parent
62761c9542
commit
571182b98e
3 changed files with 13 additions and 3 deletions
|
@ -131,11 +131,21 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.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]-->
|
||||||
|
|
||||||
|
|
|
@ -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);
|
||||||
|
|
||||||
|
|
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue