mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 06:31:22 +00:00
GUAC-1053: Clean up style of password editor. Add help text.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
.settings .action-buttons {
|
||||
text-align: center;
|
||||
margin-bottom: 1em;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
.settings-tabs .page-list {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<div class="settings section preferences">
|
||||
<div class="preferences">
|
||||
<!--
|
||||
Copyright 2015 Glyptodon LLC.
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
-->
|
||||
|
||||
<!-- Password update -->
|
||||
<div class="update-password" ng-show="canChangePassword">
|
||||
<h3>{{'SETTINGS_PREFERENCES.SECTION_HEADER_CHANGE_PASSWORD' | translate}}</h3>
|
||||
<div class="settings section" ng-show="canChangePassword">
|
||||
<p>{{'SETTINGS_PREFERENCES.HELP_UPDATE_PASSWORD' | translate}}</p>
|
||||
|
||||
<!-- Password editor -->
|
||||
<div class="form">
|
||||
|
Reference in New Issue
Block a user