From 65351902181b629d00f381d20b207ea6330561fd Mon Sep 17 00:00:00 2001 From: ulrich <undisclosed> Date: Wed, 22 Feb 2017 05:42:14 +0000 Subject: [PATCH] westliche Seitenleiste bis auf weiteres ausgeblendet --- web/ui/stile.css | 35 ++++++++++++++++++++++++++++++++++- 1 files changed, 34 insertions(+), 1 deletions(-) diff --git a/web/ui/stile.css b/web/ui/stile.css index aedae23..5853080 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 */ @@ -31,7 +50,11 @@ .west { flex-grow: 0; flex-shrink: 0; - flex-basis: 10em; + /* + voruebergehend ausgeblendet, zum einblenden + diesen Wert wieder auf 10em setzen + */ + flex-basis: 0.1em; } .ost { flex-grow: 0; @@ -44,6 +67,7 @@ height: 100%; display: flex; flex-flow: column; + /* background-color: antiquewhite; */ } .zentrum-bc { } @@ -55,4 +79,13 @@ } .datei-figure { width: 6em; + cursor: pointer; } + +.datei-gewaehlt { + color: darkslateblue; +} + +#ansicht { + cursor: pointer; +} \ No newline at end of file -- Gitblit v1.9.3