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 | 58 +++++++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 41 insertions(+), 17 deletions(-) diff --git a/app.css b/app.css index 031c422..d8a2e27 100644 --- a/app.css +++ b/app.css @@ -1,5 +1,10 @@ -/* ehem. app-layout anfang */ +/* + app-layout anfang + + Aus dem app-layout-Projekt übernommen und + teilweise angepasst +*/ html, body { margin: 0; @@ -26,7 +31,7 @@ background-color: lightgray; display: flex; flex-flow: row; - height: 1.6em; + height: 2em; } .sued { background-color: lightgray; @@ -34,7 +39,7 @@ .west { flex-grow: 0; flex-shrink: 0; - flex-basis: 10em; + flex-basis: 4em; background-color: antiquewhite; transition: all 0.3s ease-in; overflow: hidden; @@ -47,14 +52,6 @@ flex-basis: 10em; background-color: antiquewhite; } -/* -.zentrum { - width: 100%; - height: 100%; - overflow: auto; - -webkit-overflow-scrolling: touch; -} -*/ .zentrum { display: flex; flex-flow: row; @@ -70,9 +67,7 @@ immer ueber das gesamte Browserfenster ausdehnt. */ -/* ehem. app-layout ende */ - - +/* app-layout ende */ #app-titel { padding-left: 2em; @@ -82,11 +77,20 @@ cursor: pointer; } +.sendersuche { + padding-left: 1em; +} + .zentrum-behaelter { display: flex; flex-flow: column; } +.inline-label { + display: inline-block; + width: 3em; + text-align: right; +} /* Dialogfeld */ @@ -111,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%; } /* @@ -134,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 { @@ -156,6 +179,7 @@ margin: 0.4em; padding: 0.4em; background-color: white; + cursor: pointer; } .sender-name { -- Gitblit v1.9.3