From 8ca730f4c103a88ee26941772624163f236d3eab Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt
Date: Thu, 7 Feb 2013 18:04:14 +0100
Subject: make show password toggle work for installation (once #1525 is fixed)
---
core/css/styles.css | 4 ++--
core/templates/installation.php | 6 ++++--
2 files changed, 6 insertions(+), 4 deletions(-)
(limited to 'core')
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 @@
-
+
-
+
+
+
--
cgit v1.2.3