Change info toggle

This commit is contained in:
Ruben 2017-03-11 13:25:48 +01:00
parent a4e9a1e7de
commit 19346baee5
1 changed files with 11 additions and 2 deletions

View File

@ -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 @@
</style>
</head>
<body>
<h3 id='infoToggle' onclick='toggleInfo()'>(?)</h3>
<aside id='selects'>
<h3 onclick='toggleInfo()'>Alles wat ik voel</h3>
<!-- <h3>Toon op basis van...</h3>