More CSS
This commit is contained in:
parent
4b6ba43c42
commit
9fd93a3b53
4 changed files with 5 additions and 5 deletions
|
@ -52,7 +52,6 @@
|
|||
padding: 4px 10px;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
font-weight: 600;
|
||||
font-size: 1.1em;
|
||||
|
||||
|
|
|
@ -149,7 +149,7 @@
|
|||
<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>
|
||||
<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>
|
||||
{{ _('Download as CSV') }}
|
||||
</a>
|
||||
|
|
|
@ -9,8 +9,9 @@
|
|||
<style>
|
||||
@media (min-width: 800px) {
|
||||
.middle-content {
|
||||
max-width: none;
|
||||
padding-left: 1em;
|
||||
min-width: 96%;
|
||||
max-width: 96%;
|
||||
margin-left: 2%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
{% block before_table %}{% endblock %}
|
||||
|
||||
<div style="overflow-x: auto; clear: both;">
|
||||
<div style="overflow-x: scroll;">
|
||||
<table id="users-table" class="table">
|
||||
{% block users_table %}{% endblock %}
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue