From 1fbb4f30dbed42c2b45874d82473f94fe704e8f3 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Mon, 16 May 2016 18:08:06 +0200 Subject: Minor UI tweaks here and there - Shadow for map title text (color matches background, so only visible when background interferes with readability) - SNMP map is private too - Remove 'map' from a bunch of titles - Fix z-index and position for map title (z-index is lower than the input canvas, but higher than everything else). --- web/index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'web/index.html') diff --git a/web/index.html b/web/index.html index d3cf567..48f1e04 100644 --- a/web/index.html +++ b/web/index.html @@ -44,7 +44,9 @@ font-size: 55px; color: black; display: block; - z-index: 999; + position: absolute; + z-index: 55; + text-shadow: 4px 4px 5px white; } .gondul-public .gondul-is-private { display: none; @@ -58,6 +60,7 @@ } .nightmode h1.map-mode-title { color: white; + text-shadow: 4px 4px 5px black; } .tvmode #topCanvas { display: none; @@ -113,7 +116,7 @@
  • Temperature map
  • Traffic map
  • Total switch traffic
  • -
  • SNMP map
  • +
  • SNMP map
  • CPU map
  • DISCO
  • -- cgit v1.2.3