css: align password field to text field size
This commit is contained in:
parent
bd154f8ba5
commit
a4b2e7ed33
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue