use small buttons.

This commit is contained in:
Patrick Jentsch 2020-01-28 17:01:20 +01:00
parent 59866dea97
commit 26e767609a

View File

@ -93,7 +93,7 @@
<tr>
<td id="input-{{ input.id }}-filename">{{ input.filename }}</td>
<td id="input-{{ input.id }}-download">
<a class="waves-effect waves-light btn" download href="{{ url_for('jobs.download_job_input', job_id=job.id, job_input_id=input.id) }}">
<a class="waves-effect waves-light btn-small" download href="{{ url_for('jobs.download_job_input', job_id=job.id, job_input_id=input.id) }}">
<i class="material-icons">file_download</i>
</a>
</td>
@ -121,7 +121,7 @@
<tr>
<td>AIO-Bundle</td>
<td>
<a class="waves-effect waves-light btn" download href="">
<a class="waves-effect waves-light btn-small" download href="">
<i class="material-icons">file_download</i>
</a>
</td>