From 953b6b573ac9094f2152139ea349c14ef167a638 Mon Sep 17 00:00:00 2001 From: "john.j.camilleri" Date: Fri, 7 Dec 2012 15:32:31 +0000 Subject: Syntax editor: change startcat when wrapping top node --- src/www/syntax-editor/editor.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'src/www/syntax-editor/editor.css') diff --git a/src/www/syntax-editor/editor.css b/src/www/syntax-editor/editor.css index 6d4511eb0..6a23c5bd4 100644 --- a/src/www/syntax-editor/editor.css +++ b/src/www/syntax-editor/editor.css @@ -46,7 +46,14 @@ body.syntax-editor { #tree .node { - margin: 0.4em 0 0.4em 1.5em; + margin: 0.5em 0 0.5em 0.75em; + border-left: 1px dashed #BBB; + padding-left: 1.25em; + } +#tree .node.first +{ + margin-left: 0; + border-left: none; } #tree .node a @@ -72,7 +79,7 @@ body.syntax-editor { #linearisations { /* background: rgba(170, 170, 170, 0.5); */ - padding:0.5em; + /* padding:0.5em; */ margin:0.5em 0; } #linearisations div -- cgit v1.2.3