From 8d883051a9489fe9a25e61bd306ce366242d1930 Mon Sep 17 00:00:00 2001
From: ulrich <not disclosed>
Date: Sun, 07 Jan 2018 12:16:57 +0000
Subject: [PATCH] Suchfeld im Kopf hinzugefĆ¼gt

---
 index.html |    3 +++
 app.css    |    6 +++++-
 2 files changed, 8 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;
diff --git a/index.html b/index.html
index 490bfa6..e255122 100644
--- a/index.html
+++ b/index.html
@@ -17,6 +17,9 @@
       <div class="app-titel">
         <span id="app-titel">Radio-UI</span>
       </div>
+      <div class="sendersuche">
+        <input type="search" class="sendersuche-eingabe" placeholder="&#x1F50E;">
+      </div>
     </div>
     <!-- Inhalt -->
     <div class="inhalt">

--
Gitblit v1.9.3