Skip to content

Commit

Permalink
Update map to 3350 thomas rd location
Browse files Browse the repository at this point in the history
  • Loading branch information
vipjun committed Dec 24, 2016
1 parent 3ddb62e commit 541d580
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.html
Expand Up @@ -9,7 +9,7 @@
</head>
<body id="body">

<iframe class="jiggle map" id="left" style="top:0; left:1%; height:100%; width:62%; border:none; overflow:hidden" id="staff" border="0" src="/readonly?scale={{scale}}" scrolling="no"></iframe>
<iframe class="jiggle map" id="left" style="top:0; left:1%; height:100%; width:62%; border:none; overflow:hidden" id="staff" border="0" src="/readonly?scale={{scale}}" scrolling="yes"></iframe>

<div id="right" style="left:58%; height:95%; width:42%; top:5%">
<div class="jiggle" style="height:100%">
Expand Down
Binary file added main.pyc
Binary file not shown.
4 changes: 2 additions & 2 deletions map.html
Expand Up @@ -38,7 +38,7 @@
</head>
<body id="body">

<div style="position:relative; top:0; left:0; width:1000px; height:1000px">
<div style="position:relative; top:0; left:0; width:1000px;">
<form id="deets" method=post style="display:none; position:absolute; background:white; z-index:40; top:400px; left:300px; width:400px; height:250px; border:2px solid #a9bbff; padding:12px; border-radius:6px; box-shadow: 10px 10px 20px #999;">
<div style="border-bottom:1px solid black; font-weight:bold; font-variant:small-caps; margin-bottom:1em">Saving your position</div>
<label>1) How long do you expect to be there? </label>
Expand Down Expand Up @@ -77,7 +77,7 @@
</table></div>
{% endfor %}

<img style="{% if not readonly %}cursor:pointer;{% endif %} z-:index:2; position:absolute; top:0; left:0" id="map" src="/static/map.png" width="1000" height="1000" alt="map" border="0">
<img style="{% if not readonly %}cursor:pointer;{% endif %} z-:index:2; position:absolute; top:0; left:0" id="map" src="/static/map.png" width="1000" alt="map" border="0">

{% if not readonly %}
<script>
Expand Down
Binary file added static/map.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/map1000.png
Binary file not shown.

0 comments on commit 541d580

Please sign in to comment.