File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed
frontend/src/app/statistics-tab Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 11.chart {
22 width : 100% ;
33 height : 100% ;
4+ }
5+
6+ .csv-export {
7+ background-color : white;
8+ padding-top : 3% ;
9+ padding-left : 2% ;
10+ font-size : large;
11+ padding-bottom : 2% ;
12+ border-bottom : 2px solid lightgray;
413}
Original file line number Diff line number Diff line change 5555
5656<!-- csv export -->
5757< mat-card style ="padding-bottom: 4% ">
58- < mat-card-content
59- style ="
60- background-color: white;
61- padding-top: 3%;
62- padding-left: 2%;
63- font-size: large;
64- padding-bottom: 2%;
65- border-bottom: 2px solid lightgray;
66- "
67- >
68- Ergebnisse des Linters als .csv exportieren:
69- < a mat-raised-button download href ="{{ csvExportLink }} " color ="primary "
70- > Download</ a
71- >
58+ < mat-card-content class ="csv-export ">
59+ Alle Ergebnisse als .csv exportieren:
60+ < a mat-raised-button download href ="{{ csvExportLink }} " color ="primary ">
61+ Download
62+ </ a >
7263 </ mat-card-content >
7364</ mat-card >
7465<!-- END csv export -->
You can’t perform that action at this time.
0 commit comments