diff --git a/settings/css/settings.css b/settings/css/settings.css index 869a113762b..c619bd7b9b3 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 1d5bf1fc54f..2a0b4bb0dc4 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -73,9 +73,11 @@ if($_['passwordChangeSupported']) {