From 10456d984eb18fe62888fb14eee078c38b2ee131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20M=C3=BCller?= Date: Fri, 8 Mar 2024 11:20:04 +0100 Subject: [PATCH] add icons to download buttons --- static/css/main.css | 5 +++++ templates/base.html | 2 +- templates/partials/merge.html | 8 +++++++- templates/partials/split.html | 8 +++++++- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index ec7f68d..b08dae5 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -2,6 +2,11 @@ clear: both; } +.download-button-icons { + margin-left: 0.2em; +} + + /* The snackbar - position it at the bottom and in the middle of the screen */ #snackbar { visibility: hidden; /* Hidden by default. Visible on click */ diff --git a/templates/base.html b/templates/base.html index 1cebff9..85edf79 100644 --- a/templates/base.html +++ b/templates/base.html @@ -62,7 +62,7 @@ diff --git a/templates/partials/merge.html b/templates/partials/merge.html index bbc9d3c..130d549 100644 --- a/templates/partials/merge.html +++ b/templates/partials/merge.html @@ -12,5 +12,11 @@
- +
\ No newline at end of file diff --git a/templates/partials/split.html b/templates/partials/split.html index 05cd41a..0dfbe6b 100644 --- a/templates/partials/split.html +++ b/templates/partials/split.html @@ -12,5 +12,11 @@
- +
\ No newline at end of file