From 560b38b6a3a79156275732a1899d8e1b07e1a3c0 Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Wed, 5 Aug 2026 07:01:32 +0200 Subject: [PATCH] web header dashboard --- src/api/templates/contact.html | 2 +- src/api/templates/dashboard.html | 44 +++++++++++++++++++++++++++++--- 2 files changed, 41 insertions(+), 5 deletions(-) diff --git a/src/api/templates/contact.html b/src/api/templates/contact.html index af7d564..f372089 100644 --- a/src/api/templates/contact.html +++ b/src/api/templates/contact.html @@ -183,7 +183,7 @@

Kontakte

- ← Zurück zur Übersicht + ← Zurück zur Liste
diff --git a/src/api/templates/dashboard.html b/src/api/templates/dashboard.html index 961c33a..6a74d17 100644 --- a/src/api/templates/dashboard.html +++ b/src/api/templates/dashboard.html @@ -174,15 +174,46 @@ font-size: 0.875rem; font-style: italic; } + + .search-form { + display: flex; + gap: 0.5rem; + margin-bottom: 1.5rem; + } + + .search-form input[type="text"] { + flex: 1; + padding: 0.75rem 1rem; + border: 1px solid #ddd; + border-radius: 6px; + font-size: 1rem; + background: #fff; + } + + .search-form input[type="text"]:focus { + outline: none; + border-color: #0066cc; + } + + .search-form button { + padding: 0.75rem 1.5rem; + background: #0066cc; + color: #fff; + border: none; + border-radius: 6px; + font-size: 1rem; + cursor: pointer; + } + + .search-form button:hover { + background: #0055aa; + }
-

Dashboard

- +

Kontakte

@@ -190,6 +221,11 @@ {% if is_admin %}(Admin, sieht alle Accounts){% else %}(Account: {{ account_name }}){% endif %}
+
+ + +
+
Kontakte