Skip to content

Commit

Permalink
Moved timeslider
Browse files Browse the repository at this point in the history
  • Loading branch information
hcaseyal committed Dec 4, 2017
1 parent 5a892b2 commit 689dc3e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@
</tr>
</tbody>
</table>
<div class="timeSliderWrapper">
<div class="timeSlider"> </div>
</div>

<div class="timeSliderText"> minutes </div>

<input type="radio" name="sideSelect" id="blueSide" value="blueSide" onclick="blueSideSelected()" />Blue
<input type="radio" name="sideSelect" id="redSide" value="redSide" onclick="redSideSelected()" />Red
Expand All @@ -79,6 +74,10 @@
<div class="summmoner-name-display"></div>
<div id="map"></div>
</div>
<div class="timeSliderWrapper">
<div class="timeSlider"> </div>
</div>
<div class="timeSliderText"> minutes </div>
</div>
<div class="analysis-area">
<table class="analysis-layout">
Expand Down

0 comments on commit 689dc3e

Please sign in to comment.