From ceede5dfde801b991b6e942111738ff3f861d12f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Verdoire?= Date: Mon, 13 Nov 2023 14:56:43 +0100 Subject: [PATCH] ajout css pour page listerEvenement --- php/public/assets/search.svg | 1 + php/public/css/evenement.css | 24 +++++++++++++++++++++++- php/templates/evenement.html | 8 +++++++- 3 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 php/public/assets/search.svg diff --git a/php/public/assets/search.svg b/php/public/assets/search.svg new file mode 100644 index 0000000..4874e01 --- /dev/null +++ b/php/public/assets/search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/php/public/css/evenement.css b/php/public/css/evenement.css index f96e0ab..56d1a21 100644 --- a/php/public/css/evenement.css +++ b/php/public/css/evenement.css @@ -17,7 +17,29 @@ body { margin-top: 20px; } +.div_titres { + display: flex; + flex-direction: row; + justify-content: space-between; + align-items: center; +} + +.div_titres a { + width: 20%; +} + +.div_titres h1 { + width: 50%; + color: #00DBFF; +} + +.div_titres a img { + margin-left: 40px; +} + h1 { + display: flex; + justify-content: center; color: #00DBFF; } @@ -25,7 +47,7 @@ h1 { display: flex; flex-direction: row; justify-content: space-between; - margin-bottom: 20px; + margin-top: 20px; padding: 15px; border: 1px solid #dee2e6; border-radius: 5px; diff --git a/php/templates/evenement.html b/php/templates/evenement.html index 2f9a97f..544cb08 100644 --- a/php/templates/evenement.html +++ b/php/templates/evenement.html @@ -14,7 +14,13 @@
-

Liste des Événements

+
+ + rechercher + +

Liste des Événements

+ Publier événement +