diff --git a/src/app/content/poule/poule.component.html b/src/app/content/poule/poule.component.html index 64398cb..92f8a4c 100644 --- a/src/app/content/poule/poule.component.html +++ b/src/app/content/poule/poule.component.html @@ -3,30 +3,30 @@
race
- -
lap {{lapindex+1}}
-
-
penalty
-
total
-
result
+ + + +
penalty
+
total
+
result
+ [ngStyle]="{'grid-row':2+(teamindex*(maxRaces+1)), 'grid-column-start':2, 'grid-column-end': 2+maxRaces}"> {{team.name}}
- + -
- {{getLapTime(team.idteam, raceindex, lapindex)/1000 | number:'1.2-2'}} -
-
+ + + +
@@ -34,10 +34,10 @@
-
+
{{getPenaltySum(raceindex, team.idteam)/1000 | number:'1.2-2'}}
-
+
{{getRaceTime(raceindex, team.idteam)/1000 | number:'1.2-2'}}
@@ -45,7 +45,7 @@ -
{{getAvgOfBestTwo(team.idteam)/1000 | number:'1.2-2'}} diff --git a/src/app/content/tier/tier.component.scss b/src/app/content/tier/tier.component.scss index 713174d..8ca4211 100644 --- a/src/app/content/tier/tier.component.scss +++ b/src/app/content/tier/tier.component.scss @@ -12,3 +12,7 @@ app-poule { button.active { background-color: #1dd21d; } +.button-row { + text-align: center; + margin-top: 10px; +}