From 6a79b7f2b56b81f2800debf966beed5d5d7c7223 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 16 Apr 2014 17:43:15 +0200 Subject: [PATCH] fix sizing for fields when password is shown --- core/css/styles.css | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/core/css/styles.css b/core/css/styles.css index 7af80e31ffb..477b4263cad 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -402,7 +402,12 @@ input[type="submit"].enabled { } /* Icons for username and password fields to better recognize them */ -#adminlogin, #adminpass, #user, #password { +#adminlogin, +#adminpass, +input[name='adminpass-clone'], +#user, +#password, +input[name='password-clone'] { width: 223px !important; padding-left: 36px !important; } @@ -420,14 +425,6 @@ input[type="submit"].enabled { #adminpass-icon, #password-icon { top: 1.1em; } -input[name="password-clone"] { - padding-left: 1.8em; - width: 11.7em !important; -} -input[name="adminpass-clone"] { - padding-left: 1.8em; - width: 11.7em !important; -} /* General new input field look */ #body-login input[type="text"], -- 2.39.5