diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-03-27 01:16:31 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-03-27 01:16:31 +0100 |
commit | 3e8343c07c821a460d120b71abe2bd127192a719 (patch) | |
tree | 82a172cb6209624aa22d849ddbd4d44799d880de /settings/css | |
parent | 055c18a7b40135465d00932711dadebac147461c (diff) | |
download | nextcloud-server-3e8343c07c821a460d120b71abe2bd127192a719.tar.gz nextcloud-server-3e8343c07c821a460d120b71abe2bd127192a719.zip |
Show label for password change in IE8
* fixes #10729
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 14 |
1 files changed, 13 insertions, 1 deletions
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 +} |