From a44b2669cc138aab34fd1b6c1380bb2da65e01dd Mon Sep 17 00:00:00 2001
From: ulrich <not disclosed>
Date: Sat, 11 Mar 2017 12:47:17 +0000
Subject: [PATCH] Bildausgabe Miniaturansicht (in Arbeit)

---
 web/ui/stile.css |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/web/ui/stile.css b/web/ui/stile.css
index dfae8bb..8f704e5 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 */
 

--
Gitblit v1.9.3