Made changes (css, jsp and js) to reflect the latest mockup.

This commit is contained in:
bkoniden 2010-12-17 17:07:44 +00:00
parent 36a5f5ad0c
commit 209c9b6a7b
4 changed files with 50 additions and 26 deletions

View file

@ -21,10 +21,17 @@
padding-left: 16px;
height: 840px;
}
#dataPanel {
margin-top: 50px;
width: 25%;
background-color: #f7f9f9;
height: 80%;
}
#dataPanel div {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000;
}
#dataPanel .italicize {
font-style: italic;
@ -43,4 +50,16 @@
/* container override from liquid.css */
.container {
width: inherit;
}
}
#incomplete-data{
width: 75%;
margin : auto;
line-height: 150%;
color: #595b5b;
}
.fileDownloadPlaceHolder{
margin-left: 20px;
}

View file

@ -95,6 +95,14 @@ p.datatable {
color: #121b3c;
padding-top: 10px;
margin-bottom: 0.3em;
float:left;
}
.toggle_visualization{
padding-top: 10px;
margin-bottom: 0.3em;
float:right;
width: 150px;
}
.sub_headings a {
@ -136,4 +144,4 @@ table.sparkline_wrapper_table td, th {
#coauthorships_table th {
vertical-align: top;
}
}