Fixed width of email inputs

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2015-08-19 07:06:52 +02:00
parent edd60d3331
commit a6473695eb

View File

@@ -587,7 +587,7 @@ textarea {
border-radius:3px;
}
input[type="text"],input[type="password"] {
input[type="text"],input[type="password"],input[type="text"] {
width:400px;
margin-top: 5px;
}