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
========================= */