Update file users.php

This commit is contained in:
Jan BELLON 2024-03-12 14:45:53 +00:00
parent 0469e9c5e8
commit e407e34790

View File

@ -48,6 +48,7 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati
padding: 0.5em 1em 0.5em 0.5em;
border-radius: 10em;
width: 30em;
height: 10em;
margin: 2em auto;
}
@ -66,6 +67,10 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati
margin-left: 0.5em;
}
.user-data {
align-items: center;
}
.perm-div {
display: inline;
}
@ -76,13 +81,14 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati
.user-pp {
height: 6em;
height: 100%;
padding-right: 2em;
}
.user-pp-image {
width: 6em;
height: 6em;
border-radius: 6em;
height: 10em;
width: 10em;
border-radius: 10em;
}
</style>
<link rel="icon" href="./src/img/favicon.ico">