From 259f3df3f0117628ce1455dd1b61a3f9e8f08920 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 31 Dec 2015 00:29:34 +0100 Subject: [statistics] Add visualization of usage --- style/default.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'style') diff --git a/style/default.css b/style/default.css index 9c0c367a..73e4effa 100644 --- a/style/default.css +++ b/style/default.css @@ -216,4 +216,19 @@ body { input[readonly] { background-color: white !important; cursor: text !important; -} \ No newline at end of file +} + +.timebar { + position: relative; + background: #afc; + border: 1px solid #0a2; + border-radius: 3px; + overflow: hidden; +} + +.timebar div { + position: absolute; + top: 0px; + overflow: hidden; +} + -- cgit v1.2.3-55-g7522