From 87e382c61272e351b04715c960d485f863b7e594 Mon Sep 17 00:00:00 2001 From: ulrich <not disclosed> Date: Sat, 24 Dec 2016 15:30:33 +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