A bunch of changes like
1) Freemarker versions of Co-PI visualizations. CoInvestigator.ftl, CoPIPersonLevel.ftl, person_level_fm-copi.js. 2) Styling changes to Temporal graph. 3) Adding co_author, co_pi and temporal graph icons. 4) ftls related to sparklines. (CoAuthorship and CoPI) 5) Styling changes to CoAuthor/CoPI visualizations -- page.css, coauthor_style.css, coinvestigator_style.css
This commit is contained in:
parent
8dc99312c7
commit
c74821f302
34 changed files with 1358 additions and 479 deletions
|
@ -26,7 +26,9 @@
|
|||
margin-top: 50px;
|
||||
width: 25%;
|
||||
background-color: #f7f9f9;
|
||||
height: 80%;
|
||||
/* height: 80%; */
|
||||
padding-left: 10px;
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
|
||||
#dataPanel div {
|
||||
|
@ -49,7 +51,7 @@
|
|||
|
||||
/* container override from liquid.css */
|
||||
.container {
|
||||
width: inherit;
|
||||
width: inherit;
|
||||
}
|
||||
|
||||
#incomplete-data{
|
||||
|
@ -57,9 +59,26 @@
|
|||
margin : auto;
|
||||
line-height: 150%;
|
||||
color: #595b5b;
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
.fileDownloadPlaceHolder{
|
||||
|
||||
margin-left: 20px;
|
||||
padding-top: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
#profileTitle{
|
||||
|
||||
padding: 10px;
|
||||
padding-left: 5%;
|
||||
background-color: #2A2A2A;
|
||||
color: white;
|
||||
width: 50%;
|
||||
margin-left: -10px;
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
#table_heading{
|
||||
/* margin-bottom:20px; */
|
||||
width: 80%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue