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 |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/web/ui/stile.css b/web/ui/stile.css
index 65d4a12..af069d6 100644
--- a/web/ui/stile.css
+++ b/web/ui/stile.css
@@ -5,10 +5,19 @@
   padding: 0;
 }
 
-#user-list-form {
+h1 {
+  margin: 0;
+  padding: 0;
+}
+
+#inhalt {
   height: 100%;
 }
 
+#user-list-form {
+  height: 20em;
+}
+
 #nutzerliste {
   height: 100%;
 }

--
Gitblit v1.9.3