mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
Dernier commit avant merge
This commit is contained in:
parent
8f8a0d07d2
commit
39d4213bde
@ -43,14 +43,16 @@
|
|||||||
<label for="del-com">Si je le souhaite,je peux supprimer l'ensemble des commentaires</label>
|
<label for="del-com">Si je le souhaite,je peux supprimer l'ensemble des commentaires</label>
|
||||||
<input class="btn btn--alert btn--outline" type="submit" name="del-com" value="Supprimer tous les commentaires">
|
<input class="btn btn--alert btn--outline" type="submit" name="del-com" value="Supprimer tous les commentaires">
|
||||||
<h3>Archivage</h3>
|
<h3>Archivage</h3>
|
||||||
|
<section class="row">
|
||||||
<label for="arch">Ce sondage ne sera plus éditable à partir du</label>
|
<label for="arch">Ce sondage ne sera plus éditable à partir du</label>
|
||||||
<input type="date" name="arch">
|
<input type="date" name="arch">
|
||||||
|
</section>
|
||||||
<h3>Accés au sondage</h3>
|
<h3>Accés au sondage</h3>
|
||||||
<section class="row">
|
<section class="row">
|
||||||
<label for="password">Je</label>
|
<label for="password">Je</label>
|
||||||
<select name="password">
|
<select name="password">
|
||||||
<option value="yes" selected>n'ai pas besoin</option>
|
<option value="yes" selected>n'ai pas besoin</option>
|
||||||
<option value="no">vourdrais</option>
|
<option value="no">voudrais</option>
|
||||||
</select>
|
</select>
|
||||||
<label for="alter-vote">qu'il soit protégé par un mot de passe</label>
|
<label for="alter-vote">qu'il soit protégé par un mot de passe</label>
|
||||||
</section>
|
</section>
|
||||||
@ -67,6 +69,7 @@
|
|||||||
<input class="btn btn--mini" type="submit" name="copy-link" value="Copier le lien">
|
<input class="btn btn--mini" type="submit" name="copy-link" value="Copier le lien">
|
||||||
<a href="#" class="next">Voir le sondage</a>
|
<a href="#" class="next">Voir le sondage</a>
|
||||||
<h3>Recevoir les liens par mail</h3>
|
<h3>Recevoir les liens par mail</h3>
|
||||||
<label for="send-mail">Pour être sur de retrouver ces liens, nous pouvons vous les envoyer sur votre mail :</label>
|
<label for="mail">Pour être sur de retrouver ces liens, nous pouvons vous les envoyer sur votre mail :</label>
|
||||||
<input class="btn btn--mini" type="submit" name="send-mail" value="Copier le lien">
|
<input type="email" name="mail">
|
||||||
|
<input class="btn btn--mini" type="submit" name="send-mail" value="Envoyer les liens du sondage">
|
||||||
</form>
|
</form>
|
||||||
|
@ -7,6 +7,7 @@ margin:auto;
|
|||||||
.row{
|
.row{
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
padding-bottom: 65px;
|
||||||
}
|
}
|
||||||
textarea{
|
textarea{
|
||||||
height:115px;
|
height:115px;
|
||||||
@ -28,7 +29,11 @@ h2{
|
|||||||
}
|
}
|
||||||
h3{
|
h3{
|
||||||
padding-left: 28px;
|
padding-left: 28px;
|
||||||
|
padding-bottom:15px;
|
||||||
}
|
}
|
||||||
select,input[type=date]{
|
select,input[type=date]{
|
||||||
max-width: 130px;
|
max-width: 130px;
|
||||||
}
|
}
|
||||||
|
.btn--outline{
|
||||||
|
margin-bottom: 70px;
|
||||||
|
}
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
|
input[type="date"]::after{
|
||||||
|
content:"au format JJ/MM/AAAA";
|
||||||
|
display: inline-block;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
input,
|
input,
|
||||||
select,
|
select,
|
||||||
textarea {
|
textarea {
|
||||||
|
Loading…
Reference in New Issue
Block a user