diff --git a/productMods/css/visualization/personlevel/coauthor_style.css b/productMods/css/visualization/personlevel/coauthor_style.css index a32444f1..7dd2fe9a 100644 --- a/productMods/css/visualization/personlevel/coauthor_style.css +++ b/productMods/css/visualization/personlevel/coauthor_style.css @@ -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; -} \ No newline at end of file +} + +#incomplete-data{ + width: 75%; + margin : auto; + line-height: 150%; + color: #595b5b; +} + +.fileDownloadPlaceHolder{ + + margin-left: 20px; +} diff --git a/productMods/css/visualization/personlevel/page.css b/productMods/css/visualization/personlevel/page.css index d5a1ffa7..6e270abe 100644 --- a/productMods/css/visualization/personlevel/page.css +++ b/productMods/css/visualization/personlevel/page.css @@ -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; -} \ No newline at end of file +} diff --git a/productMods/js/visualization/personlevel/person_level.js b/productMods/js/visualization/personlevel/person_level.js index ccb736d4..b12836aa 100644 --- a/productMods/js/visualization/personlevel/person_level.js +++ b/productMods/js/visualization/personlevel/person_level.js @@ -457,7 +457,7 @@ function renderCoAuthorshipVisualization() { // "flashVars", 'coAuthorUrl='+ getEncodedCoAuthorURL() + '&coPIUrl=' + getEncodedCoPIURL() , // "flashVars", 'graphmlUrl=' + getEncodedCoAuthorURL() + '&labelField=label&visType=CoAuthor', "flashVars", 'graphmlUrl=' + encodedURL + '&labelField=label&visType='+visualization, - "width", "800", + "width", "600", "height", "850", "align", "top", "id", "EgoCentric", diff --git a/productMods/templates/visualization/person_level.jsp b/productMods/templates/visualization/person_level.jsp index 13ee17d8..d228a50b 100644 --- a/productMods/templates/visualization/person_level.jsp +++ b/productMods/templates/visualization/person_level.jsp @@ -102,20 +102,28 @@ $(document).ready(function(){
<%-- Label --%> -