From 5fa1459022538b0c5aba2d76cadc7ff02c9d02e4 Mon Sep 17 00:00:00 2001 From: Capelier-Marla Date: Thu, 26 Jan 2023 19:11:33 +0100 Subject: [PATCH] edited html to be usable in css --- Views/manageUser/manage_users.php | 23 ++++++++++++----------- static/style.css | 5 +++++ 2 files changed, 17 insertions(+), 11 deletions(-) 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 . ' - -
  • '; +
    + Photo de profil de ' . $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 {