The email input is now wider. re #53

This commit is contained in:
Sébastien Lucas 2013-07-23 07:43:13 +02:00
rodič cf26e7438c
revize 19de1dc925
2 změnil soubory, kde provedl 8 přidání a 0 odebrání

Zobrazit soubor

@ -55,6 +55,10 @@ a:hover { color:#000; text-decoration: none; }
margin: 20px auto;
}
input[type=email] {
width: 300px;
}
.filtered {
display: none;
}

Zobrazit soubor

@ -60,6 +60,10 @@ a:hover { color:#000; text-decoration: none; }
margin: 20px auto;
}
input[type=email] {
width: 300px;
}
.filtered {
display: none;
}