diff --git a/html/users.php b/html/users.php
index 2c43866a..df6dd825 100644
--- a/html/users.php
+++ b/html/users.php
@@ -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;
- padding-right: 2em;
+ height: 100%;
+ padding-right: 2em;
}
.user-pp-image {
- width: 6em;
- height: 6em;
- border-radius: 6em;
+ height: 10em;
+ width: 10em;
+ border-radius: 10em;
}