From 19346baee531d7d73fd0e8a78026e5eb187a5fcf Mon Sep 17 00:00:00 2001 From: Ruben Date: Sat, 11 Mar 2017 13:25:48 +0100 Subject: [PATCH] Change info toggle --- templates/index.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 3f1a7e3..34c3824 100644 --- a/templates/index.html +++ b/templates/index.html @@ -104,6 +104,7 @@ float:right; text-align: center; padding-right:1em; + padding-top:3em; } aside#stats svg{ width:20em; @@ -165,7 +166,14 @@ h3{ cursor:pointer; } - h3:hover:after{ + h3#infoToggle{ + position: absolute; + right:1em; + top:0em; + z-index: 999; + color:blue; + } + #selects h3:hover:after{ content:' (?)'; color:blue; } @@ -182,7 +190,7 @@ padding-bottom:4em; } #stats > div { - display:inline-block; + float:left; } #main svg{ width:80% !important; @@ -200,6 +208,7 @@ +

(?)