From 959b216f62f49471df3340b34947ec58799ab3fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Thu, 15 Jul 2021 14:43:37 +0200 Subject: [PATCH] Improve clearance on download/open buttons --- .../portal/ninja2020/documents/show.blade.php | 29 ++++++++++++++----- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/resources/views/portal/ninja2020/documents/show.blade.php b/resources/views/portal/ninja2020/documents/show.blade.php index 7084ad85bb..2830d21d73 100644 --- a/resources/views/portal/ninja2020/documents/show.blade.php +++ b/resources/views/portal/ninja2020/documents/show.blade.php @@ -22,13 +22,6 @@
{{ Illuminate\Support\Str::limit($document->name, 40) }} - - - - - - -
@@ -74,6 +67,28 @@
+ +
+ + + + + + + + {{ ctrans('texts.download') }} + + + + + + + + + + {{ ctrans('texts.open_in_new_tab') }} + +