From e6ba6cb8f72dd37530faa3d7c40f3200eafcf317 Mon Sep 17 00:00:00 2001 From: Simon Martens Date: Fri, 1 Oct 2021 15:48:23 +0200 Subject: [PATCH] - --- HaLive/Pages/Briefe.cshtml | 10 +--------- HaLive/wwwroot/css/site.css | 5 +++++ 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/HaLive/Pages/Briefe.cshtml b/HaLive/Pages/Briefe.cshtml index d2440dc..63bdf40 100644 --- a/HaLive/Pages/Briefe.cshtml +++ b/HaLive/Pages/Briefe.cshtml @@ -417,15 +417,7 @@ } else { -
- - - PDF  - - - - -
+
}
diff --git a/HaLive/wwwroot/css/site.css b/HaLive/wwwroot/css/site.css index 5b1adfb..f40b2e2 100644 --- a/HaLive/wwwroot/css/site.css +++ b/HaLive/wwwroot/css/site.css @@ -1420,6 +1420,11 @@ a:hover { border: 1px solid var(--hamannHellGrau); color: var(--hamannDunkelGrau); font-size: 14px; + min-height: 2rem; +} + +.printbutton.disabled { + border: none !important; } .printbutton .label {