Skip to content
Extraits de code Groupes Projets
Valider 89448f87 rédigé par Hugal's avatar Hugal
Parcourir les fichiers
parents 9a23f283 71d5eff7
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -382,20 +382,56 @@ input[type=password], select { ...@@ -382,20 +382,56 @@ input[type=password], select {
-webkit-border-radius: 25px; -webkit-border-radius: 25px;
-moz-border-radius: 25px; -moz-border-radius: 25px;
border-radius: 25px; border-radius: 25px;
width:30%; width: 28%;
background: white; background: white;
border-color: lightblue; border-color: darkslategrey;
border-width: 5px; border-width: 5px;
border-style: solid; border-style: solid;
margin: 10px; margin-left: 1%;
margin-right: 1%;
margin-top: 5px;
margin-bottom: 5px;
font-family: "Ubuntu Beta", "Bitstream Vera Sans", DejaVu Sans, Tahoma, sans-serif; font-family: "Ubuntu Beta", "Bitstream Vera Sans", DejaVu Sans, Tahoma, sans-serif;
text-align: center; text-align: center;
font-size: larger; font-size: larger;
padding: 10px; padding: 10px;
transition: border-color 0.2s, color 0.2s, width 0.2s;
color: darkslategrey;
} }
.right-groupe-icone:hover{ .right-groupe-icone:hover{
border-color: blue; 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
...@@ -26,11 +26,17 @@ ...@@ -26,11 +26,17 @@
<div class="right-report-block2"> <div class="right-report-block2">
Affichage des membres<br/> Affichage des membres<br/>
Lien vers le dernier rapport<br/> Lien vers le dernier rapport<br/>
<div id="conteneur_bouton_rapport">
Bouton ajouter/supprimer un membre<br/> <input class="button_groupe" type="submit" value="Ajouter/Supprimer un membre" />
Bouton créer un nouveau rapport pour ce groupe<br/> <input class="button_groupe" type="submit" value="Créer un nouveau rapport" />
</div>
</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>
<h1 class="right-groupe-icone">Autre groupe</h1>
</div>
</div> </div>
</span> </span>
</body> </body>
......
...@@ -22,6 +22,15 @@ ...@@ -22,6 +22,15 @@
{% csrf_token %} {% csrf_token %}
<div class="right-report-block"> <div class="right-report-block">
<h1 class="right-groupe-title">Mon compte</h1> <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> </div>
<span> <span>
</body> </body>
......
...@@ -24,6 +24,12 @@ ...@@ -24,6 +24,12 @@
<h1 class="right-groupe-title">Mes rapports</h1> <h1 class="right-groupe-title">Mes rapports</h1>
<h2 class="right-report-part2">Dernier rapport</h2> <h2 class="right-report-part2">Dernier rapport</h2>
<div class="right-report-block2">Afficher le dernier rapport</div> <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> </div>
<span> <span>
</body> </body>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter