From b5829f4c82500ceace80d980a141f15ae3421b8f Mon Sep 17 00:00:00 2001
From: ulrich@undisclosed <ulrich@ulrich-vaio>
Date: Sat, 18 Apr 2020 09:11:44 +0000
Subject: [PATCH] MarkdownServlet der Datenvorlage hinzugefuegt

---
 web/ui/stile.css |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/web/ui/stile.css b/web/ui/stile.css
index dfae8bb..a6dbdc0 100644
--- a/web/ui/stile.css
+++ b/web/ui/stile.css
@@ -37,6 +37,16 @@
   height: 100%;
 }
 
+/* Stile MCE-Editor */
+
+.mce-editor {
+  width: 100%;
+  height: 100%;  
+}
+.text-editor {
+  width: 100%;
+  height: 100%;
+}
 
 /* Stile Listenansicht */
 
@@ -63,7 +73,11 @@
 
 }
 .sued {
-  background-color: lightgray;
+  background-color: #eee;
+}
+.system-out {
+  height: 8em;
+  overflow-y: auto;
 }
 .west {
   flex-grow: 0;
@@ -97,7 +111,7 @@
   -webkit-overflow-scrolling: touch;
 }
 .datei-figure {
-  width: 6em;
+  width: 8em;
   cursor: pointer;
 }
 

--
Gitblit v1.9.3