diff --git a/Views/manageUser/manage_users.php b/Views/manageUser/manage_users.php index 5f3c72d..c709bd0 100644 --- a/Views/manageUser/manage_users.php +++ b/Views/manageUser/manage_users.php @@ -21,19 +21,20 @@ foreach ($A_results as $O_user) { echo '
  • - Photo de profil de ' . $O_user->S_USERNAME . ' -

    ' . $O_user->S_USERNAME . '

    -
  • '; +
    + Photo de profil de ' . $O_user->S_USERNAME . ' +

    ' . $O_user->S_USERNAME . '

    +
    - echo ' -
    - - - - -
    '; +
    + + + + +
    + '; } - + echo ''; } } ?> diff --git a/static/style.css b/static/style.css index aff6957..45d4b6c 100644 --- a/static/style.css +++ b/static/style.css @@ -602,6 +602,11 @@ main.manageUser > form > input[type=submit] { border: none; border-radius: var(--border-radius); } +main.manageUser > section > ul { + display: flex; + flex-direction: column; + gap: var(--size-l); +} footer {