1. minor modification to the styling & change in a url parameter.
This commit is contained in:
parent
a8d6b13c3d
commit
34b06281e5
2 changed files with 7 additions and 2 deletions
|
@ -13,7 +13,7 @@ function getWellFormedURLs(given_uri, type) {
|
|||
|
||||
finalURL = $.ajax({
|
||||
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",
|
||||
async: false,
|
||||
success:function(data){
|
||||
|
|
|
@ -27,7 +27,8 @@
|
|||
<style type="text/css">
|
||||
|
||||
#ego_profile {
|
||||
padding:10px;
|
||||
padding: 10px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
#ego_label {
|
||||
|
@ -56,6 +57,10 @@
|
|||
width:471px;
|
||||
}
|
||||
|
||||
.thumbnail {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<div id="ego_profile">
|
||||
|
|
Loading…
Add table
Reference in a new issue