Added fix for first component style

This commit is contained in:
Vito Albano
2016-09-23 00:04:03 +01:00
parent 3b6b8ed59b
commit 9ed232df5b
5 changed files with 85 additions and 37 deletions

View File

@@ -7,3 +7,6 @@
.mdl-layout-title{
font-size: 17px;
}
.user-profile{
margin-right: 3px;
}

View File

@@ -21,7 +21,7 @@
<a class="mdl-navigation__link" data-automation-id="login" href="" routerLink="/login">Login</a>
</nav>
<div *ngIf="isLoggedIn()">
<div class="user-profile" *ngIf="isLoggedIn()">
<ng2-alfresco-userinfo></ng2-alfresco-userinfo>
</div>