remove tilde selector for IE8 compatibility

This commit is contained in:
Jan-Christoph Borchardt 2014-06-02 23:39:27 +02:00 committed by Morris Jobke
parent a63c3311ca
commit b67c4b2441
1 changed files with 2 additions and 2 deletions

View File

@ -464,9 +464,9 @@ input[name='password-clone'] {
width: 223px !important;
padding-left: 36px !important;
}
#adminlogin~img,
#adminlogin+label+img,
#adminpass-icon,
#user~img,
#user+label+img,
#password-icon {
position: absolute;
left: 16px;