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

---
 app.css |   38 ++++++++++++++++++++++++++++++++++----
 1 files changed, 34 insertions(+), 4 deletions(-)

diff --git a/app.css b/app.css
index fe0ac3b..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,9 +77,19 @@
   cursor: pointer;
 }
 
+.sendersuche {
+  padding-left: 1em;
+}
+
 .zentrum-behaelter {
   display: flex;
   flex-flow: column;
+}
+
+.inline-label {
+  display: inline-block;
+  width: 3em;
+  text-align: right;
 }
 
 /* Dialogfeld */
@@ -105,9 +115,12 @@
   text-align: right;
 }
 
-.dlg-sender-edit {
-  /* background-color: #f6f6f6; // grau */
-  background-color: #dcf2fb; // blau
+.dlg-sender-edit, .dlg-sender-neu {
+  background-color: #f6f6f6; // grau
+}
+
+.sender-eingabe {
+  width: 80%;
 }
 
 /*
@@ -128,6 +141,22 @@
   color: #b8b8b8;
 }
 
+/* Abspieler */
+
+.abspieler-behaelter {
+  display: flex;
+  flex-flow: row;
+  padding: 0.6em;
+}
+
+.abspieler-lb {
+  width: 4.5em;
+  padding-right: 0.2em;
+}
+
+.abspieler-auswahl {
+  width: 70%;
+}
 /* Sender */
 
 .sender-behaelter {
@@ -150,6 +179,7 @@
   margin: 0.4em;
   padding: 0.4em;
   background-color: white;
+  cursor: pointer;
 }
 
 .sender-name {

--
Gitblit v1.9.3