From ef3349c6e4096b2527b0f18e969cfcf4a2a6c113 Mon Sep 17 00:00:00 2001 From: pbbfa23cse Date: Mon, 7 Jul 2025 10:42:58 +0200 Subject: [PATCH] fixed login and register with right linktos --- CSS/style.css | 6 +++--- .../showRegistrationForm.phtml} | 0 Views/Event/showEvents.phtml | 7 +++++++ Views/header.phtml | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) rename Views/{Register/showRegisterPage.phtml => Auth/showRegistrationForm.phtml} (100%) diff --git a/CSS/style.css b/CSS/style.css index c3efcb2..6fda564 100644 --- a/CSS/style.css +++ b/CSS/style.css @@ -164,7 +164,7 @@ a { box-sizing: border-box; } -.tickets-container { +.event-container { position: absolute; top: 200px; background-color: #BAC8D4; @@ -297,7 +297,7 @@ a { padding: 16px 8px; box-sizing: border-box; } - .tickets-container { + .event-container { position: static; width: 95vw; max-width: 400px; @@ -310,7 +310,7 @@ a { font-size: 1.5em; text-align: center; } - .tickets-container h1 { + .event-container h1 { font-size: 1.5em; text-align: center; } diff --git a/Views/Register/showRegisterPage.phtml b/Views/Auth/showRegistrationForm.phtml similarity index 100% rename from Views/Register/showRegisterPage.phtml rename to Views/Auth/showRegistrationForm.phtml diff --git a/Views/Event/showEvents.phtml b/Views/Event/showEvents.phtml index 55ab417..bab1dc8 100644 --- a/Views/Event/showEvents.phtml +++ b/Views/Event/showEvents.phtml @@ -3,6 +3,10 @@

Alle Ausstellungen

+
+
+

Tickets

+
@@ -28,5 +32,8 @@

Derzeit sind keine Ausstellungen verfügbar.

+ + + \ No newline at end of file diff --git a/Views/header.phtml b/Views/header.phtml index 7c63c0d..53a1f41 100644 --- a/Views/header.phtml +++ b/Views/header.phtml @@ -12,11 +12,11 @@