Travail de l'apparence de la page de gestion des utilisateurs

This commit is contained in:
ycharbi
2023-04-02 14:31:03 +02:00
parent 548c1794fb
commit f92855e126
6 changed files with 92 additions and 58 deletions
+5 -21
View File
@@ -1,4 +1,4 @@
/* Style concernant la confirmation de suppression d'un alias virtuel */
/* Style concernant la confirmation de suppression d'une pastille */
.confirmation-suppression {
display: none;
color: #fff;
@@ -14,39 +14,23 @@
}
.input-checkbox-supprimer-valeur:checked ~ .confirmation-suppression {
display: inline;
display: inline;
}
/*.input-label-supprimer-valeur {
color: #ffffff;
background: #e23026;
padding: 0.5rem 1rem;
border-radius: 0.5rem;
}*/
.visuellement-cache {
position: absolute;
left: -100vw;
position: absolute;
left: -100vw;
}
.detail-utilisateur {
display: none;
color: #fff;
text-align: center;
text-decoration: none;
background-color: #dc3545;
}
.detail-utilisateur:hover {
color: #fff;
background-color: #bb2d3b;
border-color: #b02a37;
}
.input-checkbox-detail-utilisateur:checked ~ .detail-utilisateur {
display: block;
display: block;
}
/* Sources :
+28
View File
@@ -113,3 +113,31 @@ body {
.max-hauteur-pastille{
height: calc(100% - 1.5em);
}
.survol{
display: inline-block;
}
.survol:hover .message-survol {
overflow: hidden;
padding: 12px 12px;
height: auto;
width: auto;
opacity: 1;
border: 1px solid #eeeeee;
}
.message-survol {
opacity: 0;
position: absolute;
z-index: 7;
background: #343a40;
color: #FFFFFF;
border: 1px solid transparent;
border-radius: 6px;
height: 0px;
width: 0px;
padding: 0 12px;
overflow: hidden;
/*-webkit-transition: all 500ms;
transition: all 500ms;*/
}
+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-up"><polyline points="17 11 12 6 7 11"></polyline><polyline points="17 18 12 13 7 18"></polyline></svg>

After

Width:  |  Height:  |  Size: 311 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-help-circle"><circle cx="12" cy="12" r="10"></circle><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path><line x1="12" y1="17" x2="12.01" y2="17"></line></svg>

After

Width:  |  Height:  |  Size: 357 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu"><line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line></svg>

After

Width:  |  Height:  |  Size: 338 B