[Library | Trunk]: Some changes on sidebar

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58061 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-02-06 13:34:37 +00:00
parent 7bcb79955d
commit efa6527a18
2 changed files with 4 additions and 5 deletions

View File

@ -3,8 +3,8 @@
<img class="badge "
src="assets/theme-assets/prototype_flag.svg"
alt="BETA">
<div *ngIf="headerDashboard || headerLogoUrl || headerName" class="uk-padding-small uk-margin-small-left">
<img *ngIf="headerLogoUrl" [src]="headerLogoUrl">
<img *ngIf="headerLogoUrl" class="logo" [src]="headerLogoUrl">
<div *ngIf="headerDashboard || headerName" class="logo">
<div class="uk-text-bold uk-margin-top">{{headerName}}</div>
<div>{{headerDashboard}}</div>
</div>

View File

@ -69,7 +69,7 @@ import {EnvProperties} from '../utils/properties/env-properties';
<ng-container *ngIf="!dashboard">
<li *ngIf="mobileView" class="uk-nav-header uk-parent ">
<span *ngIf="loggedIn">
<span>{{user.fullname + " "}}<span class="uk-margin-small-right uk-icon"><svg width="20" height="20"
viewBox="0 0 20 20"
@ -123,7 +123,7 @@ import {EnvProperties} from '../utils/properties/env-properties';
<svg height="60" width="60">
<circle cx="30" cy="30" r="20" stroke-width="2"></circle>
<text *ngIf="firstLetters" x="50%" y="50%" text-anchor="middle" dy=".4em"
font-size="1.5em">
font-size="16">
{{firstLetters}}
</text>
<svg *ngIf="!firstLetters" ratio="1" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" width="20"
@ -132,7 +132,6 @@ import {EnvProperties} from '../utils/properties/env-properties';
<path d="M1.5,19 C2.3,14.5 5.8,11.2 10,11.2 C14.2,11.2 17.7,14.6 18.5,19.2" stroke-width="1.1"></path>
</svg>
</svg>
<i class="material-icons">keyboard_arrow_down</i>
</a>
<div *ngIf="loggedIn" uk-dropdown="mode: click; offset: -2; delay-hide: 0; flip: false; pos: bottom-right"
#userMenu