File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11CACHE MANIFEST
2- # version 133
2+ # version 134
33
44# gogole maps files
55http://maps.google.com/maps/api/js?v=3.10&sensor=false&key=AIzaSyCOqkcNey4CCyG4X0X5qxHAhCgD8g5DwXg
Original file line number Diff line number Diff line change @@ -362,10 +362,10 @@ header > div {
362362 }
363363 # telemetry_graph .graph_label {
364364 position : absolute;
365- top : -21 px ;
365+ top : -26 px ;
366366 left : 0px ;
367- height : 21 px ;
368- padding : 0 px 5px ;
367+ height : 20 px ;
368+ padding : 3 px 5px ;
369369 background : # 00a3d3 ;
370370 z-index : 20 ;
371371 font-weight : bold;
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments