From ea25be51dac20ad42a813276794b9df3044b62f5 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 15 Jun 2016 15:27:07 +0200 Subject: [PATCH] fix strengthify in personal settings --- settings/css/settings.css | 4 ++-- settings/js/personal.js | 3 ++- settings/templates/personal.php | 1 - 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/settings/css/settings.css b/settings/css/settings.css index 5fc96343502..0460db929c9 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -529,9 +529,9 @@ span.indeterminate { } /* PASSWORD */ -.strengthify-wrapper { +#passwordform .strengthify-wrapper { position: absolute; - left: 189px; + left: 186px; width: 131px; margin-top: -7px; } diff --git a/settings/js/personal.js b/settings/js/personal.js index aea2400e999..d270a49f3ad 100644 --- a/settings/js/personal.js +++ b/settings/js/personal.js @@ -343,7 +343,8 @@ $(document).ready(function () { t('core', 'So-so password'), t('core', 'Good password'), t('core', 'Strong password') - ] + ], + drawTitles: true, }); // does the user have a custom avatar? if he does show #removeavatar diff --git a/settings/templates/personal.php b/settings/templates/personal.php index ced76fc3bf6..83a44234b94 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -133,7 +133,6 @@ if($_['passwordChangeSupported']) {
-