Skip to content
Snippets Groups Projects
Commit 26e76760 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

use small buttons.

parent 59866dea
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment