Skip to content

Commit

Permalink
moved Go button
Browse files Browse the repository at this point in the history
  • Loading branch information
kurupted authored Jan 2, 2025
1 parent 2c67793 commit a2a219c
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
flex-grow: 1;
}

#controls-container {
#controls-container,
#go-container {
padding: 10px;
border-bottom: 1px solid #e0e0e0;
display: flex;
Expand All @@ -94,6 +95,12 @@
.btn-icon {
font-size: 12px;
}
#goBtn {
background: #91a5c4;
}
#goBtn:hover {
background: #7b91b5;
}


.timeline-item {
Expand Down Expand Up @@ -227,7 +234,6 @@
<div id="controls-container">
<button id="folderPicker" class="control-btn">Choose Folder</button>
<button id="layerBtn" class="control-btn">Layers</button>
<button id="goBtn" class="control-btn">GO</button>
</div>
<div id="layerOptions" style="display: none;">
<h4>View Options</h4>
Expand All @@ -247,6 +253,9 @@ <h4>View Options</h4>
<input type="date" id="endDatePicker">
<span id="nextDayBtn">&gt;</span>
</div>
<div id="go-container">
<button id="goBtn" class="control-btn">GO</button>
</div>
<div id="loading-overlay">
<div id="loading-spinner"></div>
<span>Loading data...</span>
Expand Down

0 comments on commit a2a219c

Please sign in to comment.