diff --git a/masks/messages.html b/masks/messages.html index 69ab040..859e594 100755 --- a/masks/messages.html +++ b/masks/messages.html @@ -33,7 +33,7 @@ oSpot.pageInit = function(asHash) options: { center:{lat:oLastMsg.latitude, lng:oLastMsg.longitude}, - zoom:6, + zoom:12, mapTypeId:google.maps.MapTypeId.HYBRID, scaleControl:true } diff --git a/style/spot.css b/style/spot.css index 431ec93..d826494 100644 --- a/style/spot.css +++ b/style/spot.css @@ -2751,7 +2751,7 @@ /* line 15, spot.scss */ #map .loader { - position: relative; + position: absolute; font-size: 3em; width: 1em; height: 1em; diff --git a/style/spot.scss b/style/spot.scss index 47a433d..aa17cc4 100755 --- a/style/spot.scss +++ b/style/spot.scss @@ -13,7 +13,7 @@ } #map .loader { - position:relative; + position:absolute; font-size:3em; width:1em; height:1em;