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
|
@ -117,6 +117,7 @@ form{
|
|||
float:right;
|
||||
margin-right:5%;
|
||||
width:54%;
|
||||
margin-top: -43px;
|
||||
}
|
||||
|
||||
#counter,#total {
|
||||
|
@ -145,54 +146,52 @@ li{
|
|||
background-color: #ECFFB3 !important;
|
||||
}
|
||||
|
||||
/*
|
||||
.metallic{
|
||||
background-color: #212D34;
|
||||
color: white;
|
||||
margin-left: 20px;
|
||||
}
|
||||
*/
|
||||
|
||||
#leftUpper{
|
||||
/*
|
||||
border: 1px #3D454E solid;
|
||||
border-top: 10px #3D454E solid;
|
||||
background-color: #D9D9D9;
|
||||
*/
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
#leftLower{
|
||||
/*
|
||||
border: 1px #3D454E solid;
|
||||
border-top: 10px #3D454E solid;
|
||||
}
|
||||
|
||||
#navcontainer{
|
||||
background: none repeat scroll 0 0 #3D454E;
|
||||
height: 1%;
|
||||
padding: 8px 22em 8px 20px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#navlist li
|
||||
{
|
||||
display: inline;
|
||||
list-style-type: none;
|
||||
padding: 20px;
|
||||
|
||||
}
|
||||
|
||||
#navlist li a{
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
*/
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
#bottomButtons{
|
||||
width: 50%;
|
||||
width: 100%;
|
||||
float:right;
|
||||
margin-right: 5%;
|
||||
margin: 20px 0 20px 0;
|
||||
}
|
||||
|
||||
button.green-button{
|
||||
width: 31%;
|
||||
margin: 0 1% 0 1%;
|
||||
|
||||
}
|
||||
|
||||
#stopwordsdiv{
|
||||
margin-top: 10px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
p.displayCounter{
|
||||
padding-bottom: 4px;
|
||||
border-bottom: 1px solid gray;
|
||||
}
|
||||
|
||||
#comparisonHeader, #entityHeader, #entitylevelheading, #comparisonParameter{
|
||||
color: #2485ae;
|
||||
}
|
|
@ -77,6 +77,6 @@
|
|||
}
|
||||
|
||||
#table_heading{
|
||||
margin-bottom:20px;
|
||||
/* margin-bottom:20px; */
|
||||
width: 80%;
|
||||
}
|
||||
|
|
|
@ -8,15 +8,38 @@ a.no_href_styles {
|
|||
border: 0;
|
||||
}
|
||||
|
||||
.vis_stats {
|
||||
/*.vis_stats {*/
|
||||
/*width: 760px;*/
|
||||
margin: 0;
|
||||
/* margin: 0;
|
||||
padding-left:10px;
|
||||
padding-top:10px;
|
||||
background: #fff;
|
||||
margin-left: 35%;
|
||||
clear: right;
|
||||
}
|
||||
*/
|
||||
/*.vis-tables {*/
|
||||
/* width: 33%; */
|
||||
/* padding: 10px;
|
||||
margin: 10px;
|
||||
background-color: #FFF;
|
||||
border: 1px solid #ddebf1;
|
||||
float:left;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
*/
|
||||
|
||||
.vis_stats {
|
||||
/*width: 760px;*/
|
||||
/* margin: 0;
|
||||
margin-left: 35%;
|
||||
padding-left:10px;*/
|
||||
padding-top:10px;
|
||||
background: #fff;
|
||||
clear: right;
|
||||
width:67%;
|
||||
margin-left:33%;
|
||||
}
|
||||
|
||||
.vis-tables {
|
||||
/* width: 33%; */
|
||||
|
@ -26,8 +49,11 @@ a.no_href_styles {
|
|||
border: 1px solid #ddebf1;
|
||||
float:left;
|
||||
font-size: 0.8em;
|
||||
width: 44%;
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
|
||||
p.datatable {
|
||||
font-size: 12px;
|
||||
display: block;
|
||||
|
@ -155,3 +181,46 @@ table.sparkline_wrapper_table td, th {
|
|||
#coauthorships_table th {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.sparkline_range{
|
||||
font-size: 0.9em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.vis-tables table td{
|
||||
padding-right: 10px;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.vis-tables table caption{
|
||||
width: 100%;
|
||||
padding-bottom: 10px;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.vis-tables table{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.vis-tables table thead{
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.vis-tables table thead tr th {
|
||||
background-color:#eaeaea;
|
||||
font-size:14px;
|
||||
padding:5px;
|
||||
vertical-align:top;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.vis-tables table tbody {
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
.vis-tables table tbody td {
|
||||
text-align:left;
|
||||
padding:5px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue