From 4abd4a356cbf29f1379864e60f7715e18b60edc5 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 8 Sep 2015 13:43:17 +0200 Subject: [PATCH] add status LED on map --- wdocs/last/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wdocs/last/index.html b/wdocs/last/index.html index cd50412..e3d233c 100644 --- a/wdocs/last/index.html +++ b/wdocs/last/index.html @@ -15,6 +15,8 @@ td { border-bottom: 1px solid; border-right: 1px dotted;} #map-canvas { height: 100% } + #wrapper { position: relative; } + #mapover { position: absolute; top: 10px; left: 120px; z-index: 99; background: red; } @@ -23,8 +25,9 @@
-
+
+