Post trek update: recentering map + style minor changes

This commit is contained in:
2016-06-09 23:11:10 +02:00
parent 4d480a6bca
commit 68d7711186
4 changed files with 52 additions and 3130 deletions

View File

@@ -38,15 +38,17 @@ oSpot.pageInit = function(asHash)
});
//Centering map on last message
var oLastMsg = oMessages[oMessages.length-1];
//var oLastMsg = oMessages[oMessages.length-1];
var $Map = $("#map").gmap3(
{
map:
{
options:
{
center:{lat:oLastMsg.latitude, lng:oLastMsg.longitude},
zoom:12,
//center:{lat:oLastMsg.latitude, lng:oLastMsg.longitude},
//zoom:12,
center:{lat:-43.5, lng:171.5},
zoom:6,
mapTypeId:google.maps.MapTypeId.HYBRID,
scaleControl:true
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -74,9 +74,8 @@
.signature {
margin:0.5em 0 0 0;
text-align: right;
font-style: italic;
}
}
.header {
padding: 0.5em 1em;
font-style: italic;
@@ -87,13 +86,15 @@
float:left;
font-style: normal;
}
}
.time {
cursor:default;
}
}
.body {
padding: 0em 1em 0.5em;
}
.post.picture {
&.picture {
background:#F3EC9F;
color:#635C28;
@@ -109,9 +110,8 @@
border: 1px solid white;
outline:none;
}
}
.post.message {
&.message {
background: #6DFF58;
color:#326526;
@@ -124,6 +124,7 @@
margin-top:1em;
}
}
}
.fa.push {
margin-right:0.5em;