From 118fec17cb94bd495dc3911b831520046ab5acc5 Mon Sep 17 00:00:00 2001
From: ulrich <not disclosed>
Date: Sat, 07 Jan 2017 15:44:05 +0000
Subject: [PATCH] Bootstrap-Stile angewendet

---
 web/ui/stile.css |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/web/ui/stile.css b/web/ui/stile.css
index 65d4a12..3836af3 100644
--- a/web/ui/stile.css
+++ b/web/ui/stile.css
@@ -5,13 +5,16 @@
   padding: 0;
 }
 
-#user-list-form {
+h1 {
+  margin: 0;
+  padding: 0;
+}
+
+#inhalt {
   height: 100%;
 }
 
-#nutzerliste {
-  height: 100%;
-}
+
 
 
 /* Buttons
@@ -82,8 +85,7 @@
 input[type="tel"],
 input[type="url"],
 input[type="password"],
-textarea,
-select {
+textarea {
   height: 38px;
   padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
   background-color: #fff;

--
Gitblit v1.9.3