[LIbrary | Trunk]: Portal search results, move logo to the center of his div
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60011 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
89acbac1c0
commit
ff5c88b0b0
|
@ -21,7 +21,7 @@
|
|||
<a *ngIf="directLink" [href]="(type === 'community')?getCommunityPageUrl(result):getStakeholderPageUrl(result)"
|
||||
target="_blank"
|
||||
class="uk-width-1-5@s">
|
||||
<div>
|
||||
<div class="uk-flex uk-flex-center">
|
||||
<img *ngIf="result.logoUrl != null && result.logoUrl != '' " src="{{result.logoUrl}}"
|
||||
alt="{{(result.title)?result.title:result.shortTitle}} logo">
|
||||
<span *ngIf="result.logoUrl == null || result.logoUrl == ''" class="uk-icon">
|
||||
|
@ -41,7 +41,7 @@
|
|||
<a *ngIf="!directLink"
|
||||
class="uk-width-1-5@s"
|
||||
(click)="confirmModalOpen(result)">
|
||||
<div>
|
||||
<div class="uk-flex uk-flex-center">
|
||||
<img *ngIf="result.logoUrl != null && result.logoUrl != '' " src="{{result.logoUrl}}"
|
||||
alt="{{(result.title)?result.title:result.shortTitle}} logo">
|
||||
<span *ngIf="(result.logoUrl == null || result.logoUrl == '' )" class="uk-icon">
|
||||
|
|
Loading…
Reference in New Issue