Commit 18fdea7f authored by Rodrigo Tapia-McClung's avatar Rodrigo Tapia-McClung

Fix button and time line alignment

parent c3149bdf
...@@ -68,15 +68,13 @@ ...@@ -68,15 +68,13 @@
<div class="map-overlay-inner"> <div class="map-overlay-inner">
<h2>Calidad del aire - O3 en 2020</h2> <h2>Calidad del aire - O3 en 2020</h2>
<label id="datetime"></label> <label id="datetime"></label>
<input id="slider" type="range" /> <!-- TODO: fix button and timeline alignement --> <input id="slider" type="range"/>
</div>
<div class="map-overlay-inner">
<div id="legend" class="legend"> <div id="legend" class="legend">
<div class="bar"></div> <div class="bar"></div> <!-- TODO: put labels in legend -->
<div>Ozono (ppm)</div> <div>Ozono (ppm)</div>
</div> </div>
<button id="play-button">Play</button> <!-- TODO: put play button next to timeline -->
</div> </div>
<button id="play-button">Play</button>
</div> </div>
<script src="https://api.mapbox.com/mapbox-gl-js/v1.12.0/mapbox-gl.js"></script> <script src="https://api.mapbox.com/mapbox-gl-js/v1.12.0/mapbox-gl.js"></script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment