Fixes on buttons/dropdown layout

This commit is contained in:
2018-09-07 14:55:27 +02:00
parent 35225a189d
commit 8380270128
4 changed files with 9 additions and 23 deletions

View File

@@ -93,8 +93,8 @@
title="Download {{ node.properties.content_type | undertitle }}",
href="{{ node.file.link }}",
download="{{ node.file.filename }}")
button.btn.btn-outline-success.px-3(type="button")
i.pi-download
button.btn.btn-sm.btn-outline-primary.px-3(type="button")
i.pi-download.pr-2
| Download
| {% endblock node_download %}