fix icon alignment in input fields

This commit is contained in:
Jan-Christoph Borchardt 2014-06-03 09:58:17 +02:00 committed by Morris Jobke
parent 9396b22fe3
commit eace692eff
1 changed files with 2 additions and 2 deletions

View File

@ -470,13 +470,13 @@ input[name='password-clone'] {
#password-icon {
position: absolute;
left: 16px;
top: 24px;
top: 20px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30);
opacity: .3;
}
#adminpass-icon, #password-icon {
top: 18px;
top: 15px;
}
/* General new input field look */