From 48728af43ad746d70ef3e251dc28b75028dea1e6 Mon Sep 17 00:00:00 2001 From: Clemens Date: Tue, 19 Jul 2016 12:23:20 +0200 Subject: moved flow editor state to redux --- web/src/css/codemirror.less | 4 ++++ web/src/css/flowview.less | 9 +++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'web/src/css') diff --git a/web/src/css/codemirror.less b/web/src/css/codemirror.less index 47c766f4..6504db50 100644 --- a/web/src/css/codemirror.less +++ b/web/src/css/codemirror.less @@ -2,4 +2,8 @@ border: 1px solid #ccc; } +.CodeMirror{ + height: auto !important; + max-height: 1000px !important; +} @import (inline) "../../node_modules/codemirror/lib/codemirror.css"; diff --git a/web/src/css/flowview.less b/web/src/css/flowview.less index 328e3a26..419739a4 100644 --- a/web/src/css/flowview.less +++ b/web/src/css/flowview.less @@ -8,13 +8,18 @@ } } +.edit-flow-container { + position: relative; +} + .edit-flow { position: absolute; - right: 25px; - top: 140px; + right: 0px; + top: 5px; height: 40px; width: 40px; border-radius: 20px; + z-index: 10000; background-color: white; border: solid 2px rgba(248, 145, 59, 0.7); -- cgit v1.2.3