From 5222b78af21f90e230d50c075174fc84f45d4172 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Tue, 31 May 2016 22:54:00 +0200 Subject: front: Introduce a tiny heart that pulses.... The HTML/detail should probably be tweaked, but I think we need a way to show that Gondul is still alive now that we are hiding the time stamp by default. Feel free to throw the HTML/CSS away in favor of some other subtle but noticeable "animation". --- web/css/nms.css | 2 ++ web/index.html | 1 + web/js/nms-data.js | 32 +++++++++++++++++++++++++++++++- 3 files changed, 34 insertions(+), 1 deletion(-) (limited to 'web') diff --git a/web/css/nms.css b/web/css/nms.css index 975aadb..ac2791c 100644 --- a/web/css/nms.css +++ b/web/css/nms.css @@ -92,3 +92,5 @@ div.map-mode-legend button { .nightmode .table > tbody > tr > td { border-top: 1px solid #555; } + +.pulse-on { color: #a00; } diff --git a/web/index.html b/web/index.html index 6b2dda4..0dbabe8 100644 --- a/web/index.html +++ b/web/index.html @@ -35,6 +35,7 @@