diff --git a/html/users.php b/html/users.php index 3e2898b5..d24d4240 100644 --- a/html/users.php +++ b/html/users.php @@ -66,6 +66,10 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati margin-left: 0.5em; } + .perm-div { + display: inline; + } + .user-names { margin: auto; } @@ -122,14 +126,16 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati $user_pp = $row['profile_picture'] == NULL ? "https://abs.twimg.com/sticky/default_profile_images/default_profile_400x400.png" : $row['profile_picture']; echo "
"; echo ""; - echo "
"; + echo "
"; + echo ""; echo "
"; echo "
"; echo "
" . $row['display_name'] . "
"; echo "
@" . $row['username'] . "
"; echo "
"; echo "
"; - echo "
"; foreach($classifications as $id => $nom) { if($row['accreditation'] == $id) { echo ''; @@ -147,7 +153,8 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati } } echo "
"; - echo "
"; + echo "
"; + echo "
"; echo ""; echo ""; echo "";