From 3f820a35bf5c048251632e1e38d739bd585f3b44 Mon Sep 17 00:00:00 2001 From: Bkolb Date: Thu, 2 Apr 2026 18:56:50 +0200 Subject: [PATCH] =?UTF-8?q?mandanten=20Layout=20Pr=C3=BCflogik?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/templates/admin_mandanten.html | 89 ++++++++++++++----- app/flask-postgres/styles/site.css | 15 ++++ 2 files changed, 81 insertions(+), 23 deletions(-) diff --git a/app/flask-postgres/app/templates/admin_mandanten.html b/app/flask-postgres/app/templates/admin_mandanten.html index a0dc017..d29f29f 100644 --- a/app/flask-postgres/app/templates/admin_mandanten.html +++ b/app/flask-postgres/app/templates/admin_mandanten.html @@ -13,33 +13,34 @@

Neuen Mandanten anlegen

-
- + + -
- - -
+
+ + +
-
- - -
+
+ + +
-
- - -
+
+ + +
-
- - -
+
+ + +
-
- -
-
+
+ + +
+ @@ -109,4 +110,46 @@ -{% endblock %} \ No newline at end of file +{% endblock %} + + \ No newline at end of file diff --git a/app/flask-postgres/styles/site.css b/app/flask-postgres/styles/site.css index e95e54c..6f55eec 100644 --- a/app/flask-postgres/styles/site.css +++ b/app/flask-postgres/styles/site.css @@ -194,6 +194,18 @@ p { font-size: 14px; border-radius: 10px; } +/* ========================= + BUTTON INTERACTION +========================= */ + +.btn-primary, +.btn-secondary, +.btn-danger, +.btn-small, +.user-menu-toggle, +button { + cursor: pointer; +} /* ========================= 6. FORMS @@ -237,6 +249,9 @@ p { margin-bottom: 16px; } +#mandant-create-error { + margin-bottom: 14px; +} /* ========================= 8. COMPONENTS ========================= */