LSP stats map coordinates (WIP)

This commit is contained in:
cat 2014-04-10 12:57:32 +02:00 committed by Thulinma
parent 6cbf81bdb9
commit d277ef3922
3 changed files with 306 additions and 143 deletions

View file

@ -455,8 +455,19 @@ button[disabled=disabled] {
margin: 0.1em;
padding: 0 0.5em;
}
#graphcontainer .graph > .graphforeground {
width: 100%;
height: 100%;
display: block;
}
#graphcontainer .graph > .graphbackground {
position: absolute;
display: block;
opacity: 0.5;
}
#graphcontainer .graph {
height: 250px;
height: 400px;
margin: 0 auto;
}
.legend {
font-size: 0.8em;