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 @@