added email field

This commit is contained in:
tcit
2014-07-25 08:42:03 +02:00
parent 2b58426b2d
commit 046b931624
6 changed files with 16 additions and 9 deletions

View File

@ -89,7 +89,7 @@ form fieldset {
margin: 0;
}
form input[type="text"], select, form input[type="password"], form input[type="url"] {
form input[type="text"], select, form input[type="password"], form input[type="url"], form input[type="email"] {
border: 1px solid #999;
padding: 0.5em 1em;
min-width: 12em;