Skip to content

Commit

Permalink
♻️ clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbm committed Jul 7, 2021
1 parent 2a59498 commit b6bef03
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
9 changes: 9 additions & 0 deletions frontend/src/app/statistics-tab/statistics-tab.component.css
Original file line number Diff line number Diff line change
@@ -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;
}
19 changes: 5 additions & 14 deletions frontend/src/app/statistics-tab/statistics-tab.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,11 @@

<!-- csv export -->
<mat-card style="padding-bottom: 4%">
<mat-card-content
style="
background-color: white;
padding-top: 3%;
padding-left: 2%;
font-size: large;
padding-bottom: 2%;
border-bottom: 2px solid lightgray;
"
>
Ergebnisse des Linters als .csv exportieren:
<a mat-raised-button download href="{{ csvExportLink }}" color="primary"
>Download</a
>
<mat-card-content class="csv-export">
Alle Ergebnisse als .csv exportieren:
<a mat-raised-button download href="{{ csvExportLink }}" color="primary">
Download
</a>
</mat-card-content>
</mat-card>
<!-- END csv export -->

0 comments on commit b6bef03

Please sign in to comment.