Made the following changes:
1) Rewrote queries for CoPIGrantCount and PersonGrantCount -- Fixed a major bug 2) lots of styling changes to coauthor_style.css and page.css and couple of changes to person_level.jsp to incorporate new changes from Elisha's mockup. 3) Increased the width of sparklines to 150px. The text surrounding the sparklines needs to be further styled.
This commit is contained in:
parent
42130a615a
commit
7dc4628302
11 changed files with 620 additions and 280 deletions
|
@ -21,10 +21,19 @@
|
|||
padding-left: 16px;
|
||||
height: 840px;
|
||||
}
|
||||
|
||||
#dataPanel {
|
||||
margin-top: 50px;
|
||||
width: 25%;
|
||||
background-color: #f7f9f9;
|
||||
/* height: 80%; */
|
||||
padding-left: 10px;
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
|
||||
#dataPanel div {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
color: #000;
|
||||
}
|
||||
#dataPanel .italicize {
|
||||
font-style: italic;
|
||||
|
@ -42,5 +51,32 @@
|
|||
|
||||
/* container override from liquid.css */
|
||||
.container {
|
||||
width: inherit;
|
||||
}
|
||||
width: inherit;
|
||||
}
|
||||
|
||||
#incomplete-data{
|
||||
width: 75%;
|
||||
margin : auto;
|
||||
line-height: 150%;
|
||||
color: #595b5b;
|
||||
}
|
||||
|
||||
.fileDownloadPlaceHolder{
|
||||
margin-left: 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%;
|
||||
}
|
||||
|
|
|
@ -14,15 +14,18 @@ a.no_href_styles {
|
|||
padding-left:10px;
|
||||
padding-top:10px;
|
||||
background: #fff;
|
||||
margin-left: 35%;
|
||||
clear: right;
|
||||
}
|
||||
|
||||
.vis-tables {
|
||||
width: 33%;
|
||||
padding: 5px;
|
||||
margin: 5px;
|
||||
/* width: 33%; */
|
||||
padding: 10px;
|
||||
margin: 10px;
|
||||
background-color: #FFF;
|
||||
border: 1px solid #ddebf1;
|
||||
float: left;
|
||||
float:left;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
p.datatable {
|
||||
|
@ -95,6 +98,21 @@ p.datatable {
|
|||
color: #121b3c;
|
||||
padding-top: 10px;
|
||||
margin-bottom: 0.3em;
|
||||
float:left;
|
||||
}
|
||||
|
||||
.toggle_visualization{
|
||||
|
||||
/*
|
||||
margin-bottom: 0.3em;
|
||||
clear:left;
|
||||
float:right;
|
||||
width: 150px;
|
||||
*/
|
||||
text-align: left;
|
||||
margin-left: 78%;
|
||||
margin-top: -8%;
|
||||
max-width: 250px;
|
||||
}
|
||||
|
||||
.sub_headings a {
|
||||
|
@ -136,4 +154,4 @@ table.sparkline_wrapper_table td, th {
|
|||
|
||||
#coauthorships_table th {
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue