mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-15 09:58:40 -07:00
parent
4fde26f0c1
commit
fc5bf40bf8
@ -6,4 +6,5 @@
|
||||
var renames = {
|
||||
'jjolie/phone' : 'Jane Jolie',
|
||||
'john/android' : "John Smith",
|
||||
|
||||
};
|
||||
|
@ -10,12 +10,14 @@
|
||||
<link rel="icon" sizes="192x192" href="../img/recorder.png" />
|
||||
<link rel="apple-touch-icon" href="../img/recorder.png" />
|
||||
<style type="text/css">
|
||||
html { height: 100% }
|
||||
body { height: 100%; margin: 0px; padding: 0px }
|
||||
body { font-size: 80%; margin: 0; padding: 0; }
|
||||
|
||||
td { border-bottom: 1px solid; border-right: 1px dotted;}
|
||||
|
||||
#map-canvas { height: 100% }
|
||||
#wrapper { position: relative; }
|
||||
#wrapper { position: relative; height: 100%; }
|
||||
#maplabel { position: absolute; top: 10px; left: 120px; z-index: 99;
|
||||
background: white;
|
||||
font-size: 1.2em;
|
||||
@ -38,7 +40,7 @@
|
||||
<body>
|
||||
<div id="output"></div>
|
||||
<div id="wrapper">
|
||||
<div id="map-canvas" style='width: 100vw; height: 100vh;'/></div>
|
||||
<div id="map-canvas"></div>
|
||||
<div id="maplabel"></div>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -10,10 +10,11 @@
|
||||
<link rel="apple-touch-icon" href="../img/recorder.png" />
|
||||
|
||||
<style type="text/css">
|
||||
html { height: 100%; }
|
||||
body { height: 100%; margin: 0px; padding: 0px; }
|
||||
#map-canvas { height: 100%; }
|
||||
body { font-size: 80%; padding: 0; margin: 0px; }
|
||||
|
||||
#map-canvas { height: 100vh; }
|
||||
|
||||
</style>
|
||||
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&signed_in=true"></script>
|
||||
<script src="../static/js/mustache.js"></script>
|
||||
@ -21,9 +22,6 @@
|
||||
<script src="functions.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div>
|
||||
<div id="map-canvas" style='width: 100vw; height: 100vh;'/></div>
|
||||
</div>
|
||||
<div id="map-canvas"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user