From: Jan-Christoph Borchardt Date: Thu, 7 Feb 2013 17:04:14 +0000 (+0100) Subject: make show password toggle work for installation (once #1525 is fixed) X-Git-Tag: v5.0.0alpha1~81^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8ca730f4c103a88ee26941772624163f236d3eab;p=nextcloud-server.git make show password toggle work for installation (once #1525 is fixed) --- diff --git a/core/css/styles.css b/core/css/styles.css index ebb59f08fa1..cefab2d49ff 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -149,11 +149,11 @@ input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-b /* Icons for username and password fields to better recognize them */ #adminlogin, #adminpass, #user, #password { width:11.7em!important; padding-left:1.8em; } -#adminlogin+label+img, #adminpass+label+img, #user+label+img, #password-icon { +#adminlogin+label+img, #adminpass-icon, #user+label+img, #password-icon { position:absolute; left:1.25em; top:1.65em; opacity:.3; } -#adminpass+label+img, #password-icon { top:1.1em; } +#adminpass-icon, #password-icon { top:1.1em; } input[name="password-clone"] { padding-left:1.8em; width:11.7em !important; } /* Nicely grouping input field sets */ diff --git a/core/templates/installation.php b/core/templates/installation.php index 03c580c9b0b..f3d232b637e 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -40,9 +40,11 @@

- + - + + +