From 61cf32a1468f40537be3cbaf5cfb2716097854df Mon Sep 17 00:00:00 2001
From: ulrich <not disclosed>
Date: Sat, 24 Dec 2016 15:35:50 +0000
Subject: [PATCH] Rollen in Arbeit

---
 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..af069d6 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: 100%;
+}
 
 
 /* Buttons

--
Gitblit v1.9.3