From 629151e85fb36b411e77d0a9d529b9ea0caaccd3 Mon Sep 17 00:00:00 2001 From: Elodie BOUZIAT <elodie.bouziat@ensiie.fr> Date: Mon, 18 Dec 2017 10:23:18 +0100 Subject: [PATCH] Revert "Merge branch 'master' of https://git.iiens.net/bastien2016/ChandelIIEr" This reverts commit 89448f87077e6ecd52398b69280206e19dbb5af9 --- Projet/polls/static/polls/style.css | 52 +++---------------- .../polls/templates/polls/gestiongroupe.html | 14 ++--- .../polls/templates/polls/gestionperso.html | 9 ---- .../polls/templates/polls/visualisation.html | 6 --- 4 files changed, 12 insertions(+), 69 deletions(-) diff --git a/Projet/polls/static/polls/style.css b/Projet/polls/static/polls/style.css index e96502d..6f12e40 100644 --- a/Projet/polls/static/polls/style.css +++ b/Projet/polls/static/polls/style.css @@ -378,60 +378,24 @@ input[type=password], select { text-align: center; } -.right-groupe-icone { - -webkit-border-radius: 25px; - -moz-border-radius: 25px; - border-radius: 25px; - width: 28%; +.right-groupe-icone{ + -webkit-border-radius:25px; + -moz-border-radius:25px; + border-radius:25px; + width:30%; background: white; - border-color: darkslategrey; + border-color: lightblue; border-width: 5px; border-style: solid; - margin-left: 1%; - margin-right: 1%; - margin-top: 5px; - margin-bottom: 5px; + margin: 10px; font-family: "Ubuntu Beta", "Bitstream Vera Sans", DejaVu Sans, Tahoma, sans-serif; text-align: center; font-size: larger; - padding: 10px; - transition: border-color 0.2s, color 0.2s, width 0.2s; - color: darkslategrey; + padding : 10px; } .right-groupe-icone:hover{ border-color: blue; - color:darkblue; - width:30%; } -#conteneur{ - display: flex; - flex-wrap: wrap; -} - -#conteneur_bouton_rapport{ - display: flex; - flex-wrap: wrap; -} -.button_groupe{ - padding:10px 10px 10px 10px; - font-size: larger; - font-weight: bold; - font-family: "Ubuntu Beta", "Bitstream Vera Sans", DejaVu Sans, Tahoma, sans-serif; - background: royalblue; - color:white; - border-radius:2px; - border:none; - border-bottom-left-radius: 25px; - border-bottom-right-radius: 25px; - border-top-left-radius: 25px; - border-top-right-radius: 25px; - margin-left: 1%; - margin-top: 20px; -} - -.button_groupe:hover{ - color: springgreen; -} \ No newline at end of file diff --git a/Projet/polls/templates/polls/gestiongroupe.html b/Projet/polls/templates/polls/gestiongroupe.html index b30328c..fb08113 100644 --- a/Projet/polls/templates/polls/gestiongroupe.html +++ b/Projet/polls/templates/polls/gestiongroupe.html @@ -26,17 +26,11 @@ <div class="right-report-block2"> Affichage des membres<br/> Lien vers le dernier rapport<br/> - <div id="conteneur_bouton_rapport"> - <input class="button_groupe" type="submit" value="Ajouter/Supprimer un membre" /> - <input class="button_groupe" type="submit" value="Créer un nouveau rapport" /> - </div> - </div> - <div id="conteneur"> - <h1 class="right-groupe-icone">Autre groupe</h1> - <h1 class="right-groupe-icone">Autre groupe</h1> - <h1 class="right-groupe-icone">Autre groupe</h1> - <h1 class="right-groupe-icone">Autre groupe</h1> + + Bouton ajouter/supprimer un membre<br/> + Bouton créer un nouveau rapport pour ce groupe<br/> </div> + <h1 class="right-groupe-icone">Autre groupe</h1> </div> </span> </body> diff --git a/Projet/polls/templates/polls/gestionperso.html b/Projet/polls/templates/polls/gestionperso.html index c687fad..2f6170d 100644 --- a/Projet/polls/templates/polls/gestionperso.html +++ b/Projet/polls/templates/polls/gestionperso.html @@ -22,15 +22,6 @@ {% csrf_token %} <div class="right-report-block"> <h1 class="right-groupe-title">Mon compte</h1> - <h1 class="right-report-part2">Gérer mes informations personnelles</h1> - <div class="right-report-block2"> - Nom : afficher nom </br> - Prénom : afficher prénom</br> - Adresse mail : afficher mon adresse</br> - Mes groupes : afficher mes groupes</br> - Bouton modifier mon adresse mail</br> - Bouton modifier mon mot de passe</br> - </div> </div> <span> </body> diff --git a/Projet/polls/templates/polls/visualisation.html b/Projet/polls/templates/polls/visualisation.html index 644b024..e47b0e8 100644 --- a/Projet/polls/templates/polls/visualisation.html +++ b/Projet/polls/templates/polls/visualisation.html @@ -24,12 +24,6 @@ <h1 class="right-groupe-title">Mes rapports</h1> <h2 class="right-report-part2">Dernier rapport</h2> <div class="right-report-block2">Afficher le dernier rapport</div> - <div id="conteneur"> - <h1 class="right-groupe-icone">Rapport X - nom du groupe</h1> - <h1 class="right-groupe-icone">Rapport X - nom du groupe</h1> - <h1 class="right-groupe-icone">Rapport X - nom du groupe</h1> - <h1 class="right-groupe-icone">Rapport X - nom du groupe</h1> - </div> </div> <span> </body> -- GitLab