mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Fixed margins of the upload files button
This commit is contained in:
parent
b92553f480
commit
a6db67ab33
1 changed files with 11 additions and 9 deletions
|
@ -12,6 +12,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<div class="mb-2">
|
||||
<button type="button" class="btn btn-success" {{ collection.create_btn() }} {% if part_mode and not is_granted('edit', part) %}disabled{% endif %}>
|
||||
<i class="fas fa-plus-square fa-fw"></i>
|
||||
{% trans %}attachment.create{% endtrans %}
|
||||
|
@ -22,6 +23,7 @@
|
|||
{% trans %}attachment.upload_multiple_files{% endtrans %}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
{% endmacro %}
|
||||
|
||||
{% macro attachment_icon(attachment, attachment_helper, class = "fa-fw fas fa-2x hoverpic", link = true) %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue