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; float:right;
text-align: center; text-align: center;
padding-right:1em; padding-right:1em;
padding-top:3em;
} }
aside#stats svg{ aside#stats svg{
width:20em; width:20em;
@ -165,7 +166,14 @@
h3{ h3{
cursor:pointer; cursor:pointer;
} }
h3:hover:after{ h3#infoToggle{
position: absolute;
right:1em;
top:0em;
z-index: 999;
color:blue;
}
#selects h3:hover:after{
content:' (?)'; content:' (?)';
color:blue; color:blue;
} }
@ -182,7 +190,7 @@
padding-bottom:4em; padding-bottom:4em;
} }
#stats > div { #stats > div {
display:inline-block; float:left;
} }
#main svg{ #main svg{
width:80% !important; width:80% !important;
@ -200,6 +208,7 @@
</style> </style>
</head> </head>
<body> <body>
<h3 id='infoToggle' onclick='toggleInfo()'>(?)</h3>
<aside id='selects'> <aside id='selects'>
<h3 onclick='toggleInfo()'>Alles wat ik voel</h3> <h3 onclick='toggleInfo()'>Alles wat ik voel</h3>
<!-- <h3>Toon op basis van...</h3> <!-- <h3>Toon op basis van...</h3>