From e407e34790d1069d85dbf374597ada302e5f9b9c Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Tue, 12 Mar 2024 14:45:53 +0000 Subject: [PATCH] Update file users.php --- html/users.php | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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; }