From 3e8343c07c821a460d120b71abe2bd127192a719 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 27 Mar 2015 01:16:31 +0100 Subject: [PATCH] Show label for password change in IE8 * fixes #10729 --- settings/css/settings.css | 14 +++++++++++++- settings/templates/personal.php | 2 ++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/settings/css/settings.css b/settings/css/settings.css index 869a113762..c619bd7b9b 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -370,6 +370,18 @@ span.error { margin-top: -7px; } +.ie8 .strengthify-wrapper { + left: 389px; +} + +.onlyInIE8 { + display: none; +} + +.ie8 .onlyInIE8 { + display: inline; +} + /* OPERA hack for strengthify*/ doesnotexist:-o-prefocus, .strengthify-wrapper { left: 185px; @@ -415,4 +427,4 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { #encryptionModules { padding: 10px; -} \ No newline at end of file +} diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 1d5bf1fc54..2a0b4bb0dc 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -73,9 +73,11 @@ if($_['passwordChangeSupported']) {
+ +