Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/templates/alternative_interface/alter_dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h1 class="hero-title">Respiratory Diseases Dashboard</h1>
</option>
{% endfor %}
</select>
<span id="pathogenTypingAnimation" class="pathogen-typing-animation" style="position: absolute; left: 12px; top: 50%; transform: translateY(-50%); pointer-events: none; z-index: 10; color:rgb(72, 78, 83); font-size: 1rem; white-space: nowrap; overflow: hidden; display: none;"></span>
<span id="pathogenTypingAnimation" class="pathogen-typing-animation" style="position: absolute; left: 12px; top: 50%; transform: translateY(-50%); pointer-events: none; z-index: 10; color:black; font-size: 1.2rem; white-space: nowrap; overflow: hidden; display: none;"></span>
</div>
<span class="filter-label">in</span>
<div style="position: relative; display: inline-block; width: 100%;">
Expand All @@ -101,7 +101,7 @@ <h1 class="hero-title">Respiratory Diseases Dashboard</h1>
</optgroup>
{% endfor %}
</select>
<span id="geographyTypingAnimation" class="geography-typing-animation" style="position: absolute; left: 12px; top: 50%; transform: translateY(-50%); pointer-events: none; z-index: 10; color: rgb(72, 78, 83); font-size: 1rem; white-space: nowrap; overflow: hidden; display: none;"></span>
<span id="geographyTypingAnimation" class="geography-typing-animation" style="position: absolute; left: 12px; top: 50%; transform: translateY(-50%); pointer-events: none; z-index: 10; color: black; font-size: 1.2rem; white-space: nowrap; overflow: hidden; display: none;"></span>
<span id="geographyLoader" class="geography-loader" style="position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); pointer-events: none; z-index: 10; display: none;">
<span class="spinner-border spinner-border-sm" role="status" aria-hidden="true" style="width: 1rem; height: 1rem; border-width: 0.15em; color: rgb(72, 78, 83);"></span>
</span>
Expand Down
Loading