css: align password field to text field size

This commit is contained in:
Thomas Gelf 2016-02-05 17:18:13 +01:00
parent bd154f8ba5
commit a4b2e7ed33
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ select {
background: none;
}
input[type=text], textarea, select {
input[type=text], input[type=password], textarea, select {
max-width: 36em;
min-width: 20em;
width: 63%;