Skip to content

Commit a81cd1d

Browse files
bigger tab button; refresh map center
1 parent 7317a96 commit a81cd1d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

cache.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# version 133
2+
# version 134
33

44
# gogole maps files
55
http://maps.google.com/maps/api/js?v=3.10&sensor=false&key=AIzaSyCOqkcNey4CCyG4X0X5qxHAhCgD8g5DwXg

css/main.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,10 +362,10 @@ header > div {
362362
}
363363
#telemetry_graph .graph_label {
364364
position: absolute;
365-
top: -21px;
365+
top: -26px;
366366
left: 0px;
367-
height: 21px;
368-
padding: 0px 5px;
367+
height: 20px;
368+
padding: 3px 5px;
369369
background: #00a3d3;
370370
z-index: 20;
371371
font-weight: bold;

js/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ $(window).ready(function() {
222222
var h = $('#map').height() - $('#telemetry_graph').height();
223223
}
224224
$('#map').stop(null,null).animate({'height': h});
225+
if(map) google.maps.event.trigger(map, 'resize');
225226
});
226227

227228
// confirm dialog when launchnig a native map app with coordinates

0 commit comments

Comments
 (0)