Fixed error with login, and size of password field

This commit is contained in:
Kasper Rynning-Tønnesen
2015-07-06 19:31:36 +02:00
parent a48c6160ab
commit 2fce7db1e8
4 changed files with 14 additions and 14 deletions

View File

@@ -79,7 +79,7 @@ input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([
}
#password{
width:70%;
width:84%;
margin-left:10px;
}