GUAC-801 Improved styling of password change dialog.

This commit is contained in:
James Muehlner
2015-03-10 21:28:38 -07:00
parent b32f358e7e
commit d31d214831
5 changed files with 39 additions and 4 deletions

View File

@@ -26,10 +26,10 @@
<div class="logout-panel">
<a class="change-password button" ng-click="showPasswordUpdate()" ng-show="canChangePassword">{{'HOME.ACTION_CHANGE_PASSWORD' | translate}}</a>
<div class="password-dialog" ng-show="showPasswordDialog">
<div class="password-dialog" ng-class="{shown: showPasswordDialog}">
<!-- Password editor -->
<div class="section">
<table class="properties">
<table class="fields">
<tr>
<th>{{'HOME.FIELD_HEADER_PASSWORD_OLD' | translate}}</th>
<td><input ng-model="oldPassword" type="password" /></td>