diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-04-16 17:43:15 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-04-16 17:43:15 +0200 |
commit | 6a79b7f2b56b81f2800debf966beed5d5d7c7223 (patch) | |
tree | 6cc07e27d38e9ad9681eba65a8e8a385d05a8dc0 /core/css/styles.css | |
parent | 0c441724bc3031e50715169e9fd5541b347b2878 (diff) | |
download | nextcloud-server-6a79b7f2b56b81f2800debf966beed5d5d7c7223.tar.gz nextcloud-server-6a79b7f2b56b81f2800debf966beed5d5d7c7223.zip |
fix sizing for fields when password is shown
Diffstat (limited to 'core/css/styles.css')
-rw-r--r-- | core/css/styles.css | 15 |
1 files 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"], |