From b6bef03f5fe4317ffaad111d1506b75167b97a41 Mon Sep 17 00:00:00 2001 From: Lukas Date: Wed, 7 Jul 2021 17:48:10 +0200 Subject: [PATCH] :recycle: clean up --- .../statistics-tab.component.css | 9 +++++++++ .../statistics-tab.component.html | 19 +++++-------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/frontend/src/app/statistics-tab/statistics-tab.component.css b/frontend/src/app/statistics-tab/statistics-tab.component.css index b0a9434..8008363 100644 --- a/frontend/src/app/statistics-tab/statistics-tab.component.css +++ b/frontend/src/app/statistics-tab/statistics-tab.component.css @@ -1,4 +1,13 @@ .chart { width: 100%; height: 100%; +} + +.csv-export { + background-color: white; + padding-top: 3%; + padding-left: 2%; + font-size: large; + padding-bottom: 2%; + border-bottom: 2px solid lightgray; } \ No newline at end of file diff --git a/frontend/src/app/statistics-tab/statistics-tab.component.html b/frontend/src/app/statistics-tab/statistics-tab.component.html index 8c0ce23..642ff77 100644 --- a/frontend/src/app/statistics-tab/statistics-tab.component.html +++ b/frontend/src/app/statistics-tab/statistics-tab.component.html @@ -55,20 +55,11 @@ - - Ergebnisse des Linters als .csv exportieren: - Download + + Alle Ergebnisse als .csv exportieren: + + Download +