GUAC-1053: Clean up style of password editor. Add help text.

This commit is contained in:
Michael Jumper
2015-04-18 23:04:52 -07:00
parent 3d43d4ed69
commit cbb5ab953c
4 changed files with 6 additions and 6 deletions

View File

@@ -32,7 +32,7 @@
.settings .action-buttons { .settings .action-buttons {
text-align: center; text-align: center;
margin-bottom: 1em; margin: 1em 0;
} }
.settings-tabs .page-list { .settings-tabs .page-list {

View File

@@ -1,4 +1,4 @@
<div class="settings section preferences"> <div class="preferences">
<!-- <!--
Copyright 2015 Glyptodon LLC. Copyright 2015 Glyptodon LLC.
@@ -22,8 +22,8 @@
--> -->
<!-- Password update --> <!-- Password update -->
<div class="update-password" ng-show="canChangePassword"> <div class="settings section" ng-show="canChangePassword">
<h3>{{'SETTINGS_PREFERENCES.SECTION_HEADER_CHANGE_PASSWORD' | translate}}</h3> <p>{{'SETTINGS_PREFERENCES.HELP_UPDATE_PASSWORD' | translate}}</p>
<!-- Password editor --> <!-- Password editor -->
<div class="form"> <div class="form">

View File

@@ -417,9 +417,9 @@
"FIELD_HEADER_PASSWORD_NEW_AGAIN" : "Confirm New Password:", "FIELD_HEADER_PASSWORD_NEW_AGAIN" : "Confirm New Password:",
"FIELD_HEADER_USERNAME" : "Username:", "FIELD_HEADER_USERNAME" : "Username:",
"INFO_PASSWORD_CHANGED" : "Password changed.", "HELP_UPDATE_PASSWORD" : "If you wish to change your password, enter your current password and the desired new password below, and click \"Update Password\". The change will take effect immediately.",
"SECTION_HEADER_CHANGE_PASSWORD" : "Change Password" "INFO_PASSWORD_CHANGED" : "Password changed."
}, },