From c30d2d7b5f87d6a3aaeffbb6b0298a1ac3647afe Mon Sep 17 00:00:00 2001
From: ulrich <not disclosed>
Date: Sun, 04 Mar 2018 08:09:32 +0000
Subject: [PATCH] Stile und Vorlage angepasst

---
 web/ui/stile.css |   28 +++++++++++++++++++++++++---
 1 files changed, 25 insertions(+), 3 deletions(-)

diff --git a/web/ui/stile.css b/web/ui/stile.css
index fab1744..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,12 +111,20 @@
   -webkit-overflow-scrolling: touch;
 }
 .datei-figure {
-  width: 6em;
+  width: 8em;
   cursor: pointer;
 }
 
 .datei-gewaehlt {
-  color: darkslateblue;
+  background-color: lightblue;
+}
+
+.ordner {
+  color: navajowhite;
+}
+
+.datei {
+  color: lightgray;
 }
 
 #ansicht {

--
Gitblit v1.9.3