1. minor modification to the styling & change in a url parameter.

This commit is contained in:
cdtank 2010-07-02 01:26:45 +00:00
parent a8d6b13c3d
commit 34b06281e5
2 changed files with 7 additions and 2 deletions

View file

@ -13,7 +13,7 @@ function getWellFormedURLs(given_uri, type) {
finalURL = $.ajax({ finalURL = $.ajax({
url: contextPath + "/admin/visQuery", url: contextPath + "/admin/visQuery",
data: ({vis: "utilities", vis_mode: "COAUTHORSHIP_URL", uri: given_uri}), data: ({vis: "utilities", vis_mode: "PERSON_LEVEL_URL", uri: given_uri}),
dataType: "text", dataType: "text",
async: false, async: false,
success:function(data){ success:function(data){

View file

@ -27,7 +27,8 @@
<style type="text/css"> <style type="text/css">
#ego_profile { #ego_profile {
padding:10px; padding: 10px;
height: 100px;
} }
#ego_label { #ego_label {
@ -56,6 +57,10 @@
width:471px; width:471px;
} }
.thumbnail {
width: 100px;
}
</style> </style>
<div id="ego_profile"> <div id="ego_profile">