From 36ba81c8b4ce3bced4898d45853d2b736ef9b2b4 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Sat, 14 May 2016 14:15:10 +0200 Subject: Add tabs for admin/map The admin-tab is currently empty. That is besides the point. Closes #18 --- web/index.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'web/index.html') diff --git a/web/index.html b/web/index.html index e951901..3569b3f 100644 --- a/web/index.html +++ b/web/index.html @@ -65,6 +65,9 @@ right: 5%; z-index: 999; } + #admin { + display: none; + } .vertical div.map-mode-legend { top: -10px; right: 30px; @@ -93,6 +96,8 @@