diff --git a/events/index.php b/events/index.php index 80700ff..12e9797 100644 --- a/events/index.php +++ b/events/index.php @@ -53,17 +53,19 @@ Créer un évènement"; + echo ''; } else { echo "

Vous n'êtes pas autorisé à créer un évènement.

"; } } - ?> + + + diff --git a/styles/header.css b/styles/header.css index d26434c..a4ee7d6 100644 --- a/styles/header.css +++ b/styles/header.css @@ -210,7 +210,7 @@ body { background-color: #26272b; /* Même couleur que le container */ box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Ombre pour le menu déroulant */ z-index: 100; - width: 200px; /* ou la largeur qui correspond le mieux à votre design */ + width: 220px; /* ou la largeur qui correspond le mieux à votre design */ left: 50%; transform: translateX(-50%); } diff --git a/views/header.php b/views/header.php index ec2175b..9b2c5af 100644 --- a/views/header.php +++ b/views/header.php @@ -29,14 +29,22 @@ if (isset($_COOKIE['userData'])) {