From e86f3c41186ab42109aa8e19697a56b38a3ef0df Mon Sep 17 00:00:00 2001
From: ulrich@undisclosed
Date: Sat, 09 May 2020 15:26:26 +0000
Subject: [PATCH] Info-Dialog

---
 web/ui2/stile.css |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/web/ui2/stile.css b/web/ui2/stile.css
index e3ee310..29c6913 100644
--- a/web/ui2/stile.css
+++ b/web/ui2/stile.css
@@ -64,6 +64,7 @@
   display: flex;
   flex-flow: column;
   /* background-color: #eaeaea; */
+  height: 100%;
   width: 100%;
 }
 
@@ -103,21 +104,29 @@
 }
 
 .dialog {
+  display: flex;
+  flex-flow: column;
   position: relative;
-  /* height: 0.1em; */
   transition: all 0.3s ease-in;
+  /* white-space: nowrap; */
 }
 
-.dlg-behaelter {
-  line-height: 1.6;
+.dlg-behaelter { 
+  display: flex;
+  flex-flow: column;
+  /* line-height: 1.6; */
+  height: 100%;
   padding: 0.4em;
 }
 
 .dlg-info {
+  display: flex;
+  flex-flow: column;
   background-color: #dcf2fb; /* blau */ 
   padding: 0.4em;
 }
 
+
 /*
   Close Button
 

--
Gitblit v1.9.3