Petit clean

This commit is contained in:
Sébastien André
2020-02-20 18:03:03 +01:00
parent 0342b18d0d
commit 3ac1e67c74
6 changed files with 9 additions and 36 deletions

View File

@@ -2,12 +2,6 @@ table {
width: 100%; width: 100%;
} }
/* .table-container {
position: relative;
height: 650px;
overflow: auto;
} */
.mat-row td { .mat-row td {
padding: 15px; padding: 15px;
} }

View File

@@ -2,12 +2,6 @@ table {
width: 100%; width: 100%;
} }
/* .table-container {
position: relative;
height: 650px;
overflow: auto;
} */
.mat-row td { .mat-row td {
padding: 15px; padding: 15px;
} }

View File

@@ -2,12 +2,6 @@ table {
width: 100%; width: 100%;
} }
/* .table-container {
position: relative;
height: 650px;
overflow: auto;
} */
.mat-row td { .mat-row td {
padding: 15px; padding: 15px;
} }

View File

@@ -2,12 +2,6 @@ table {
width: 100%; width: 100%;
} }
/* .table-container {
position: relative;
height: 650px;
overflow: auto;
} */
.mat-row td { .mat-row td {
padding: 15px; padding: 15px;
} }

View File

@@ -2,10 +2,6 @@
padding-right: 15px; padding-right: 15px;
} }
.paragraph {
margin-top: 30px;
}
.labelTab { .labelTab {
margin: 5px; margin: 5px;
cursor: pointer; cursor: pointer;

View File

@@ -1,18 +1,19 @@
<div> <div>
<label>Total jumps</label> <label style="float: left; width: 130px;">Total jumps :</label>
Total Total <span>850</span>
</div> </div>
<div class="paragraph"> <div>
<label>Total cutaways</label> <label style="float: left; width: 130px;">Total cutaways :</label>
<span>1</span>
</div> </div>
<div class="paragraph"> <div>
<label>Last jump</label> <label style="float: left; width: 130px;">Last jump :</label>
Date and location <span>5 Février 2020 à Barcelonnette</span>
</div> </div>
<div style="display: flex; flex-direction: row; flex-wrap: wrap;"> <div style="display: flex; flex-direction: row; flex-wrap: wrap; margin-top: 15px;">
<label (click)="showStats(1)" class="labelTab">Jumps in the last month</label> <label (click)="showStats(1)" class="labelTab">Jumps in the last month</label>
<label (click)="showStats(2)" class="labelTab">Jumps in the last year</label> <label (click)="showStats(2)" class="labelTab">Jumps in the last year</label>
<label (click)="showStats(3)" class="labelTab">By DZ</label> <label (click)="showStats(3)" class="labelTab">By DZ</label>