Merge pull request #941 from Alfresco/dev-denys-813

#813 Long passwords overlap show password icon
This commit is contained in:
Eugenio Romano
2016-10-28 13:48:40 +01:00
committed by GitHub
2 changed files with 9 additions and 2 deletions
@@ -186,3 +186,11 @@
right: 0;
bottom: 20px;
}
.alfresco-login__password {
padding-right: 25px;
}
.alfresco-login__password .icon-inline {
left: 90%;
}
@@ -26,8 +26,7 @@
<span id="username-error" class="mdl-textfield__error" style="visibility: visible" data-automation-id="username-error">{{formError.username | translate }}</span>
</span>
</div>
<div
class="center mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
<div class="center mdl-textfield mdl-js-textfield mdl-textfield--floating-label alfresco-login__password">
<i [ngClass]="{hide: isPasswordShow}" [ngClass]="{show: !isPasswordShow}" (click)="toggleShowPassword()" data-automation-id="show_password"
class="icon-inline">
<svg style="width:24px;height:24px;float: right;" viewBox="0 0 24 24">