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>
|
<section>
|
||||||
<h1>Créer un sondage</h1>
|
<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
|
<p>Framadate est un service en ligne permettant de planifier un rendez-vous ou prendre des décisions rapidement et simplement.</p>
|
||||||
simplement</p>
|
|
||||||
|
|
||||||
<a href="parametres.html" class="btn" id="startButton">C'est parti</a>
|
<a href="parametres.html" class="btn" id="startButton">C'est parti</a>
|
||||||
</section>
|
</section>
|
||||||
@ -29,8 +28,8 @@
|
|||||||
<h1>Où sont mes sondages ?</h1>
|
<h1>Où sont mes sondages ?</h1>
|
||||||
|
|
||||||
<form>
|
<form>
|
||||||
<label for="email">Je cherche les sondages qui correspondent au mail</label>
|
<label for="email">Je cherche les sondages qui correspondent à l'e-mail</label>
|
||||||
<input type="email" name="email" id="email">
|
<input type="email" name="email" id="email">.
|
||||||
<input type="submit" value="Retrouver mes sondages">
|
<input type="submit" value="Retrouver mes sondages">
|
||||||
</form>
|
</form>
|
||||||
</section>
|
</section>
|
||||||
|
@ -19,11 +19,12 @@ button,
|
|||||||
display: block;
|
display: block;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
margin: 10px auto auto;
|
margin: 10px auto auto;
|
||||||
padding: 8px 16px;
|
padding: 8px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: blue;
|
color: blue;
|
||||||
border: 1px solid blue;
|
border: 1px solid blue;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
label,
|
label,
|
||||||
@ -36,7 +37,7 @@ section:not(:last-of-type) {
|
|||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input[type="text"], input[type="email"] {
|
||||||
border:0;
|
border:0;
|
||||||
border-bottom:1px solid black;
|
border-bottom:1px solid black;
|
||||||
line-height:60%;
|
line-height:60%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user