[VIVO-1119] Added disclaimers to the D3 visualisations.

This commit is contained in:
grahamtriggs 2015-10-29 16:30:04 +00:00
parent 85ad30d611
commit 3605888ad3
4 changed files with 35 additions and 0 deletions

View file

@ -240,6 +240,9 @@ table.sparkline_wrapper_table td, th {
line-height: 150%;
margin-right: 15px;
}
#incomplete-data-small {
margin-right: 15px;
}
.graphml-file-link {
padding-top: 59px;
height: 20px;

View file

@ -12,10 +12,20 @@ span.incomplete-data-holder,
border: dotted 1px #eee;
background-color: #ffb;
}
#incomplete-data-small {
padding: 5px;
font-size: .8em;
color: #444;
border: dotted 1px #eee;
background-color: #ffb;
}
#incomplete-data {
margin-top: 1.6em;
font-size: 1em;
}
#incomplete-data-small {
margin-top: 1.6em;
}
.collaboratorship-icon {
float: left;
padding-right: 8px;