fix sizing for fields when password is shown

This commit is contained in:
Jan-Christoph Borchardt 2014-04-16 17:43:15 +02:00
parent 0c441724bc
commit 6a79b7f2b5
1 changed files with 6 additions and 9 deletions

View File

@ -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"],