mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
amélioration de l'affichage de l'email
This commit is contained in:
parent
d99f3af921
commit
f566c30ee1
@ -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>
|
@ -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%;
|
||||
|
Loading…
Reference in New Issue
Block a user