2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-11 19:22:00 +00:00
markusbloch 0a052fca60 statistics2.cgi: frontend visualisation added
git-svn-id: https://svn.fhem.de/fhem/trunk@14570 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2017-06-25 18:46:46 +00:00

25 lines
455 B
CSS

div.googlemap {
width: 800px;
height: 500px;
}
div.model-overview {
display: block !important;
overflow: auto;/* Or scroll, depending on your needs*/
}
div#loading {
position:absolute;
left: 0px;
top: 0px;
right:0px;
bottom:0px;
background-image:url(../images/ajax-loader.gif);
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
}