From 3c1a754186f894f823e13d890b4f9b8f06666bb2 Mon Sep 17 00:00:00 2001
From: ulrich <undisclosed>
Date: Tue, 20 Dec 2016 14:52:04 +0000
Subject: [PATCH] Gestaltung der Benutzerseite angepasst

---
 web/ui/stile.css |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/web/ui/stile.css b/web/ui/stile.css
index b9a4c6e..fcc6b19 100644
--- a/web/ui/stile.css
+++ b/web/ui/stile.css
@@ -1,5 +1,26 @@
 
+html, body {
+  height: 100%;
+  margin: 0;
+  padding: 0;
+}
 
+h1 {
+  margin: 0;
+  padding: 0;
+}
+
+#inhalt {
+  height: 100%;
+}
+
+#user-list-form {
+  height: 20em;
+}
+
+#nutzerliste {
+  height: 5em;
+}
 
 
 /* Buttons

--
Gitblit v1.9.3