[VIVO-1119] Added disclaimers to the D3 visualisations.
This commit is contained in:
parent
85ad30d611
commit
3605888ad3
4 changed files with 35 additions and 0 deletions
|
@ -240,6 +240,9 @@ table.sparkline_wrapper_table td, th {
|
||||||
line-height: 150%;
|
line-height: 150%;
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
}
|
}
|
||||||
|
#incomplete-data-small {
|
||||||
|
margin-right: 15px;
|
||||||
|
}
|
||||||
.graphml-file-link {
|
.graphml-file-link {
|
||||||
padding-top: 59px;
|
padding-top: 59px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
|
|
@ -12,10 +12,20 @@ span.incomplete-data-holder,
|
||||||
border: dotted 1px #eee;
|
border: dotted 1px #eee;
|
||||||
background-color: #ffb;
|
background-color: #ffb;
|
||||||
}
|
}
|
||||||
|
#incomplete-data-small {
|
||||||
|
padding: 5px;
|
||||||
|
font-size: .8em;
|
||||||
|
color: #444;
|
||||||
|
border: dotted 1px #eee;
|
||||||
|
background-color: #ffb;
|
||||||
|
}
|
||||||
#incomplete-data {
|
#incomplete-data {
|
||||||
margin-top: 1.6em;
|
margin-top: 1.6em;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
#incomplete-data-small {
|
||||||
|
margin-top: 1.6em;
|
||||||
|
}
|
||||||
.collaboratorship-icon {
|
.collaboratorship-icon {
|
||||||
float: left;
|
float: left;
|
||||||
padding-right: 8px;
|
padding-right: 8px;
|
||||||
|
|
|
@ -284,6 +284,17 @@ $(document).ready(function(){
|
||||||
</div>
|
</div>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
|
<div style="clear:both"></div>
|
||||||
|
<div id="incomplete-data-small">${i18n().incomplete_data_note1}<p></p><p></p>
|
||||||
|
<#if user.loggedIn >
|
||||||
|
${i18n().incomplete_data_note2}
|
||||||
|
<#else>
|
||||||
|
${i18n().incomplete_data_note3}
|
||||||
|
</#if>
|
||||||
|
</div>
|
||||||
|
<p></p>
|
||||||
|
<div style="clear:both"></div>
|
||||||
|
|
||||||
<#if (numOfAuthors?? && numOfAuthors > 0) >
|
<#if (numOfAuthors?? && numOfAuthors > 0) >
|
||||||
|
|
||||||
<#-- Sparkline -->
|
<#-- Sparkline -->
|
||||||
|
|
|
@ -293,6 +293,17 @@ $(document).ready(function(){
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
|
|
||||||
|
<div style="clear:both"></div>
|
||||||
|
<div id="incomplete-data-small">${i18n().incomplete_grant_data_note1}<p></p><p></p>
|
||||||
|
<#if user.loggedIn >
|
||||||
|
${i18n().incomplete_grant_data_note2}
|
||||||
|
<#else>
|
||||||
|
${i18n().incomplete_grant_data_note3}
|
||||||
|
</#if>
|
||||||
|
</div>
|
||||||
|
<p></p>
|
||||||
|
<div style="clear:both"></div>
|
||||||
|
|
||||||
<#if (numOfInvestigators?? && numOfInvestigators > 0) >
|
<#if (numOfInvestigators?? && numOfInvestigators > 0) >
|
||||||
|
|
||||||
<#-- Sparkline -->
|
<#-- Sparkline -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue