closer zoom level + fixing loader position
This commit is contained in:
@@ -33,7 +33,7 @@ oSpot.pageInit = function(asHash)
|
|||||||
options:
|
options:
|
||||||
{
|
{
|
||||||
center:{lat:oLastMsg.latitude, lng:oLastMsg.longitude},
|
center:{lat:oLastMsg.latitude, lng:oLastMsg.longitude},
|
||||||
zoom:6,
|
zoom:12,
|
||||||
mapTypeId:google.maps.MapTypeId.HYBRID,
|
mapTypeId:google.maps.MapTypeId.HYBRID,
|
||||||
scaleControl:true
|
scaleControl:true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2751,7 +2751,7 @@
|
|||||||
|
|
||||||
/* line 15, spot.scss */
|
/* line 15, spot.scss */
|
||||||
#map .loader {
|
#map .loader {
|
||||||
position: relative;
|
position: absolute;
|
||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
width: 1em;
|
width: 1em;
|
||||||
height: 1em;
|
height: 1em;
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#map .loader {
|
#map .loader {
|
||||||
position:relative;
|
position:absolute;
|
||||||
font-size:3em;
|
font-size:3em;
|
||||||
width:1em;
|
width:1em;
|
||||||
height:1em;
|
height:1em;
|
||||||
|
|||||||
Reference in New Issue
Block a user