From 6d5a4585660b6a3db138809286207408d7df9e47 Mon Sep 17 00:00:00 2001 From: ulrich <not disclosed> Date: Sat, 06 Jan 2018 12:00:32 +0000 Subject: [PATCH] .. --- app.css | 48 +++++++++++++++++++++++++++++------------------- 1 files changed, 29 insertions(+), 19 deletions(-) diff --git a/app.css b/app.css index 89e9593..5b587c3 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; @@ -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; @@ -87,14 +82,32 @@ flex-flow: column; } - /* Dialogfeld */ .dialog { - background-color: #fffbde; position: relative; } +.dlg-behaelter { + padding: 0.4em; +} + +.dlg-info { + background-color: #dcf2fb; // blau + padding: 0.4em; +} + +.nachricht { + background-color: #fffbde; // gelb +} + +.form-button-footer { + text-align: right; +} + +.dlg-sender-edit, .dlg-sender-neu { + background-color: #f6f6f6; // grau +} /* Close Button @@ -112,10 +125,6 @@ padding: 0; font-size: 1.3em; color: #b8b8b8; -} - -.dlg-info { - background-color: #dcf2fb; } /* Sender */ @@ -140,6 +149,7 @@ margin: 0.4em; padding: 0.4em; background-color: white; + cursor: pointer; } .sender-name { -- Gitblit v1.9.3