amélioration affichage champs email

This commit is contained in:
newick 2018-11-26 10:59:02 +01:00
parent 7732903977
commit bf4ccd6164
2 changed files with 5 additions and 2 deletions

View File

@ -43,7 +43,7 @@
</select> </select>
</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 peux retrouver ce sondage grâce à mon email : <input type="email" id="email" name="email" value="monemail@example.com">.</p>
<p> <p>
Je Je

View File

@ -87,7 +87,6 @@ ul {
list-style-type: none; list-style-type: none;
} }
li + li { li + li {
margin-top: 20px; margin-top: 20px;
} }
@ -122,6 +121,10 @@ input[type="date"]:disabled {
opacity: 0.7; opacity: 0.7;
} }
[type="email"] {
width: 100%;
}
textarea { textarea {
display: block; display: block;
width: 100%; width: 100%;