This commit is contained in:
cuom1999 2024-01-29 21:18:22 -06:00
parent 4b6ba43c42
commit 9fd93a3b53
4 changed files with 5 additions and 5 deletions

View file

@ -52,7 +52,6 @@
padding: 4px 10px; padding: 4px 10px;
vertical-align: middle; vertical-align: middle;
text-align: center; text-align: center;
white-space: nowrap;
font-weight: 600; font-weight: 600;
font-size: 1.1em; font-size: 1.1em;

View file

@ -149,7 +149,7 @@
<input id="show-virtual-checkbox" type="checkbox" style="vertical-align: bottom;"> <input id="show-virtual-checkbox" type="checkbox" style="vertical-align: bottom;">
<label id="show-virtual-label" for="show-virtual-checkbox" style="vertical-align: bottom; margin-right: 1em;">{{ _('Show virtual participation') }}</label> <label id="show-virtual-label" for="show-virtual-checkbox" style="vertical-align: bottom; margin-right: 1em;">{{ _('Show virtual participation') }}</label>
<img src="{{static('loading.gif')}}" style="height: 1em; display:none;" id="loading-gif"></img> <img src="{{static('loading.gif')}}" style="height: 1em; display:none;" id="loading-gif"></img>
<a href="#" onclick="download_ranking_as_csv()" style="float: right;"> <a href="#" onclick="download_ranking_as_csv()">
<i class="fa fa-download" aria-hidden="true"></i> <i class="fa fa-download" aria-hidden="true"></i>
{{ _('Download as CSV') }} {{ _('Download as CSV') }}
</a> </a>

View file

@ -9,8 +9,9 @@
<style> <style>
@media (min-width: 800px) { @media (min-width: 800px) {
.middle-content { .middle-content {
max-width: none; min-width: 96%;
padding-left: 1em; max-width: 96%;
margin-left: 2%;
} }
} }
</style> </style>

View file

@ -24,7 +24,7 @@
{% block before_table %}{% endblock %} {% block before_table %}{% endblock %}
<div style="overflow-x: auto; clear: both;"> <div style="overflow-x: scroll;">
<table id="users-table" class="table"> <table id="users-table" class="table">
{% block users_table %}{% endblock %} {% block users_table %}{% endblock %}
</table> </table>