From 630c3f3cb7bf2679e7a96a9bc9c076ea350a13eb Mon Sep 17 00:00:00 2001
From: ulrich <undisclosed>
Date: Thu, 03 Aug 2017 08:46:33 +0000
Subject: [PATCH] Fancybox fuer Bilder eingebaut

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

diff --git a/web/ui/stile.css b/web/ui/stile.css
index fab1744..b636ae2 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;
@@ -102,7 +116,15 @@
 }
 
 .datei-gewaehlt {
-  color: darkslateblue;
+  background-color: lightblue;
+}
+
+.ordner {
+  color: navajowhite;
+}
+
+.datei {
+  color: lightgray;
 }
 
 #ansicht {

--
Gitblit v1.9.3