mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
89cd84e750
git-svn-id: https://svn.fhem.de/fhem/trunk@14624 2b470e98-0d58-463d-a4d8-8e2adae1ed80
29 lines
501 B
CSS
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;
|
|
} |