mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
Ajoute la ponctuation
unifie les boutons (input et lien)
This commit is contained in:
parent
affb5500e7
commit
23902aca1f
@ -19,8 +19,7 @@
|
||||
<section>
|
||||
<h1>Créer un sondage</h1>
|
||||
|
||||
<p>Framadate est un service en ligne permettant de planifier un rendez-vous ou prendre des décisions rapidement et
|
||||
simplement</p>
|
||||
<p>Framadate est un service en ligne permettant de planifier un rendez-vous ou prendre des décisions rapidement et simplement.</p>
|
||||
|
||||
<a href="parametres.html" class="btn" id="startButton">C'est parti</a>
|
||||
</section>
|
||||
@ -29,8 +28,8 @@
|
||||
<h1>Où sont mes sondages ?</h1>
|
||||
|
||||
<form>
|
||||
<label for="email">Je cherche les sondages qui correspondent au mail</label>
|
||||
<input type="email" name="email" id="email">
|
||||
<label for="email">Je cherche les sondages qui correspondent à l'e-mail</label>
|
||||
<input type="email" name="email" id="email">.
|
||||
<input type="submit" value="Retrouver mes sondages">
|
||||
</form>
|
||||
</section>
|
||||
|
@ -19,11 +19,12 @@ button,
|
||||
display: block;
|
||||
width: 200px;
|
||||
margin: 10px auto auto;
|
||||
padding: 8px 16px;
|
||||
padding: 8px 0;
|
||||
text-align: center;
|
||||
color: blue;
|
||||
border: 1px solid blue;
|
||||
border-radius: 4px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
label,
|
||||
@ -36,7 +37,7 @@ section:not(:last-of-type) {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
input {
|
||||
input[type="text"], input[type="email"] {
|
||||
border:0;
|
||||
border-bottom:1px solid black;
|
||||
line-height:60%;
|
||||
|
Loading…
Reference in New Issue
Block a user