From 127f7b46eab75cf41cb383fb029bdb90eeb701a2 Mon Sep 17 00:00:00 2001 From: rxi Date: Sat, 12 Apr 2014 01:13:30 +0100 Subject: [PATCH] Added env tree view as right-panel on index page --- lovebird.lua | 90 ++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 67 insertions(+), 23 deletions(-) diff --git a/lovebird.lua b/lovebird.lua index 52ac464..73b5ffb 100644 --- a/lovebird.lua +++ b/lovebird.lua @@ -48,9 +48,20 @@ end form { margin-bottom: 0px; } + a { + color: #000000; + } + a:hover { + text-decoration: none; + } .timestamp { color: #909090; } + .greybordered { + margin: 12px; + background: #F0F0F0; + border: 1px solid #E0E0E0; + } #header { background: #101010; height: 25px; @@ -76,12 +87,9 @@ end font-size: 14px; padding-top: 4px; } - #content { + #console { position: absolute; - margin: 12px; - top: 40px; bottom: 0px; left: 0px; right: 0px; - background: #F0F0F0; - border: 1px solid #E0E0E0; + top: 40px; bottom: 0px; left: 0px; right: 252px; } #input { position: absolute; @@ -97,6 +105,17 @@ end margin: 10px; top: 0px; bottom: 36px; left: 0px; right: 0px; } + #env { + position: absolute; + top: 40px; bottom: 0px; right: 0px; + width: 240px; + font-size: 12px; + overflow-y: scroll; + } + #envheader { + padding: 5px; + background: #E0E0E0; + } @@ -107,13 +126,16 @@ end
connected ●
-
+
+
+
+
@@ -183,6 +214,18 @@ lovebird.pages["tree"] = [[ end ?> +
+ root + + + + . + + + + +
+ -
- "> + ')"> + +