From 599f2fbff2ac4ddc7d8dc08367f54e4916d6cfa8 Mon Sep 17 00:00:00 2001
From: ulrich <not disclosed>
Date: Sun, 07 Jan 2018 12:42:11 +0000
Subject: [PATCH] Stub für Suchfunktion hinzugefügt

---
 app.css |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/app.css b/app.css
index 09b008b..d8a2e27 100644
--- a/app.css
+++ b/app.css
@@ -31,7 +31,7 @@
   background-color: lightgray;
   display: flex;
   flex-flow: row;
-  height: 1.6em;
+  height: 2em;
 }
 .sued {
   background-color: lightgray;
@@ -77,6 +77,10 @@
   cursor: pointer;
 }
 
+.sendersuche {
+  padding-left: 1em;
+}
+
 .zentrum-behaelter {
   display: flex;
   flex-flow: column;

--
Gitblit v1.9.3