2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00
fhem-mirror/fhem/contrib/statistics/2017/css/statistics.css
2017-07-02 12:09:42 +00:00

29 lines
501 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;
}
td.modelValue {
text-align:center;
}