From a4d3b5898ebecf3e413ce45feb6a4e1cfdba9ddc Mon Sep 17 00:00:00 2001
From: ulrich <ulrich@uhilger.de>
Date: Thu, 16 Feb 2017 20:52:53 +0000
Subject: [PATCH] Codemirror eingebaut

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

diff --git a/web/ui/stile.css b/web/ui/stile.css
index aedae23..d49e4cc 100644
--- a/web/ui/stile.css
+++ b/web/ui/stile.css
@@ -1,4 +1,23 @@
 
+/* Stile Code-Editor */
+
+.code-editor-container {
+  height: 100%;
+}
+
+.codeeditor {
+  height: 100%;
+}
+
+.codeeditor-space {
+  width: 100%;
+  height: 100%;
+  border: 1px solid lightgrey;
+}
+
+.CodeMirror {
+  height: 100%;
+}
 
 
 /* Stile Listenansicht */
@@ -44,6 +63,7 @@
   height: 100%;
   display: flex;
   flex-flow: column;
+  /* background-color: antiquewhite; */
 }
 .zentrum-bc {
 }

--
Gitblit v1.9.3