[Assets]: 1. add curator-photo class with grey border and fix size and affiliation-card class with grey border. 2. Add at enviroment-properties url for download and delete photo. 3. Add a default curator-photo.

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@55944 d315682c-612b-4755-9ff5-7f18f6832af3
deprecated-master
k.triantafyllou 5 years ago
parent 47c0c30442
commit b4f4a6b0b7

@ -1561,3 +1561,14 @@ padding-left:16px!important;
.li-disabled * {
color: #A9A9A9 !important;
}
.curator-photo{
border: gray 1px solid;
object-fit: cover;
width: 80px;
height: 80px;
}
.affiliation-card {
border: gray 1px solid;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

@ -9,7 +9,7 @@
"statisticsFrameAPIURL":"https://beta.openaire.eu/stats/",
"claimsAPIURL" : "http://duffy.di.uoa.gr:8080/dnet-claims-service-2.0.0-SNAPSHOT/rest/claimsService/",
"searchAPIURLLAst" : "https://beta.services.openaire.eu/search/v2/api/",
"searchAPIURLLAst" : "https://beta.services.openaire.eu/search/v2/api/",
"searchResourcesAPIURL" : "https://beta.services.openaire.eu/search/v2/api/resources",
@ -37,7 +37,9 @@
"ercGuidlines" : "http://erc.europa.eu/sites/default/files/document/file/ERC_Open_Access_Guidelines-revised_2014.pdf",
"helpdesk" : "https://www.openaire.eu/support/helpdesk",
"uploadService" : "http://scoobydoo.di.uoa.gr:8000/upload",
"uploadService" : "http://mpagasas.di.uoa.gr:8000/upload",
"downloadService" : "http://mpagasas.di.uoa.gr:8000/download",
"deleteService" : "http://mpagasas.di.uoa.gr:8000/delete",
"vocabulariesAPI" :"https://beta.services.openaire.eu/provision/mvc/vocabularies/",
@ -57,7 +59,7 @@
"cacheUrl" :"http://scoobydoo.di.uoa.gr:3000/get?url=",
"adminToolsAPIURL" :"http://duffy.di.uoa.gr:8080/uoa-admin-tools/",
"adminToolsAPIURL" :"http://mpagasas.di.uoa.gr:8080/uoa-admin-tools/",
"adminToolsCommunity" :"openaire",
"contextsAPI":"https://dev-openaire.d4science.org/openaire/context",

Loading…
Cancel
Save