mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-11 19:22:00 +00:00
25 lines
455 B
CSS
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;
|
|
} |