mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
amélioration affichage champs email
This commit is contained in:
parent
7732903977
commit
bf4ccd6164
@ -43,7 +43,7 @@
|
||||
</select>
|
||||
</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>
|
||||
Je
|
||||
|
@ -87,7 +87,6 @@ ul {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
|
||||
li + li {
|
||||
margin-top: 20px;
|
||||
}
|
||||
@ -122,6 +121,10 @@ input[type="date"]:disabled {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
[type="email"] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
textarea {
|
||||
display: block;
|
||||
width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user