amélioration de l'affichage de l'email

This commit is contained in:
newick 2018-11-26 10:28:11 +01:00
parent d99f3af921
commit f566c30ee1
2 changed files with 4 additions and 5 deletions

View File

@ -40,11 +40,10 @@
<select name="" id="">
<option value="">leur vote</option>
<option value="">tous les votes</option>.
</select>
</p>
</p>Je peux retrouver ce sondage à cette adresse : <input type="text" id="pool-url" name="pool-url" value="http://example.com" class="nfl-textfield">, et/ou
grace à mon email <input type="email" id="email" name="email" value="monemail@example.com" class="nfl-textfield">.</p>
</p>
<p>Je peux retrouver ce sondage grâce à mon email <input type="email" id="email" name="email" value="monemail@example.com">.</p>
<p>
Je
@ -77,4 +76,4 @@
<script src="script.js"></script>
</body>
</html>
</html>

View File

@ -87,7 +87,7 @@ section:not(:last-of-type) {
margin-bottom: 30px;
}
input[type="text"], input[type="email"] {
input[type="text"] {
border:0;
border-bottom:1px solid black;
line-height:60%;