From f799a04099c34155c0b3724e40bf492011b3d0ad Mon Sep 17 00:00:00 2001
From: ulrich <undisclosed>
Date: Sun, 07 Jan 2018 23:07:49 +0000
Subject: [PATCH] Gestaltung Suchfeld

---
 app.css |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

diff --git a/app.css b/app.css
index d9afd2b..67d6511 100644
--- a/app.css
+++ b/app.css
@@ -32,7 +32,7 @@
   background-color: lightgray;
   display: flex;
   flex-flow: row;
-  height: 2em;
+  height: 2.2em;
   align-items: center;
 }
 .sued {
@@ -86,6 +86,18 @@
 
 .sendersuche {
   padding-left: 1em;
+}
+
+input[type="search"] {
+  height: 1.6em;
+  padding: 0;
+  /*padding: 6px 10px;*/ /* The 6px vertically centers text on FF, ignored by Webkit */
+  background-color: #fff;
+  border: 1px solid #D1D1D1;
+  border-radius: 4px;
+  box-shadow: none;
+  box-sizing: border-box;
+  font-size: large;
 }
 
 .zentrum-behaelter {
@@ -164,6 +176,11 @@
 .abspieler-auswahl {
   width: 70%;
 }
+
+#abspielen-stoppen {
+  margin-left: 0.4em;
+}
+
 /* Sender */
 
 .sender-behaelter {

--
Gitblit v1.9.3