Visualisation caching improvements
This commit is contained in:
parent
835b05af0c
commit
403ee2fb48
17 changed files with 333 additions and 138 deletions
|
@ -258,4 +258,4 @@ table.sparkline_wrapper_table td, th {
|
|||
}
|
||||
#table_heading {
|
||||
width: 80%;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,9 +23,6 @@ span.incomplete-data-holder,
|
|||
margin-top: 1.6em;
|
||||
font-size: 1em;
|
||||
}
|
||||
#incomplete-data-small {
|
||||
margin-top: 1.6em;
|
||||
}
|
||||
.collaboratorship-icon {
|
||||
float: left;
|
||||
padding-right: 8px;
|
||||
|
@ -90,6 +87,21 @@ span.incomplete-data-holder,
|
|||
.infoIcon {
|
||||
padding-right:30px;
|
||||
}
|
||||
.cache-info-small {
|
||||
padding: 5px;
|
||||
font-size: .8em;
|
||||
color: #444;
|
||||
border: dotted 1px #eee;
|
||||
background-color: #ffb;
|
||||
float: right;
|
||||
}
|
||||
.cache-info-vis {
|
||||
padding: 5px;
|
||||
color: #444;
|
||||
border: dotted 1px #eee;
|
||||
background-color: #ffb;
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* ---------------------------*/
|
||||
/* Visualization Tools -------*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue