|
17 | 17 | <td>
|
18 | 18 | <TeamGoalkeeper :edit-mode="editMode" team-color="Yellow"/>
|
19 | 19 | </td>
|
20 |
| - <td>Goal Keeper</td> |
| 20 | + <td class="label-column">Goal Keeper</td> |
21 | 21 | <td>
|
22 | 22 | <TeamGoalkeeper :edit-mode="editMode" team-color="Blue"/>
|
23 | 23 | </td>
|
|
28 | 28 | |
|
29 | 29 | <TeamTimeoutTime :edit-mode="editMode" team-color="Yellow"/>
|
30 | 30 | </td>
|
31 |
| - <td>Timeouts left</td> |
| 31 | + <td class="label-column">Timeouts left</td> |
32 | 32 | <td>
|
33 | 33 | <TeamTimeouts :edit-mode="editMode" team-color="Blue"/>
|
34 | 34 | |
|
|
41 | 41 | |
|
42 | 42 | <TeamRedCards :edit-mode="editMode" team-color="Yellow"/>
|
43 | 43 | </td>
|
44 |
| - <td>Yellow / Red Cards</td> |
| 44 | + <td class="label-column">Yellow / Red Cards</td> |
45 | 45 | <td>
|
46 | 46 | <TeamYellowCards :edit-mode="editMode" team-color="Blue"/>
|
47 | 47 | |
|
|
52 | 52 | <td>
|
53 | 53 | <TeamYellowCardsActive :edit-mode="editMode" team-color="Yellow"/>
|
54 | 54 | </td>
|
55 |
| - <td> |
| 55 | + <td class="label-column"> |
56 | 56 | Active Yellow Cards
|
57 | 57 | </td>
|
58 | 58 | <td>
|
|
63 | 63 | <td>
|
64 | 64 | <TeamFoulCounter :edit-mode="editMode" team-color="Yellow"/>
|
65 | 65 | </td>
|
66 |
| - <td>Foul Counter</td> |
| 66 | + <td class="label-column">Foul Counter</td> |
67 | 67 | <td>
|
68 | 68 | <TeamFoulCounter :edit-mode="editMode" team-color="Blue"/>
|
69 | 69 | </td>
|
|
72 | 72 | <td>
|
73 | 73 | <TeamPlacementFailures :edit-mode="editMode" team-color="Yellow"/>
|
74 | 74 | </td>
|
75 |
| - <td>Placement Failures</td> |
| 75 | + <td class="label-column">Placement Failures</td> |
76 | 76 | <td>
|
77 | 77 | <TeamPlacementFailures :edit-mode="editMode" team-color="Blue"/>
|
78 | 78 | </td>
|
|
81 | 81 | <td>
|
82 | 82 | <TeamBotSubstitution team-color="Yellow"/>
|
83 | 83 | </td>
|
84 |
| - <td>Bot Substitution</td> |
| 84 | + <td class="label-column">Bot Substitution</td> |
85 | 85 | <td>
|
86 | 86 | <TeamBotSubstitution team-color="Blue"/>
|
87 | 87 | </td>
|
88 | 88 | </tr>
|
89 | 89 | <tr>
|
90 | 90 | <td>{{teamYellow.maxAllowedBots}}</td>
|
91 |
| - <td>Max allowed Bots</td> |
| 91 | + <td class="label-column">Max allowed Bots</td> |
92 | 92 | <td>{{teamBlue.maxAllowedBots}}</td>
|
93 | 93 | </tr>
|
94 | 94 | <tr>
|
95 | 95 | <td>
|
96 | 96 | <TeamConnection team-color="Yellow"/>
|
97 | 97 | </td>
|
98 |
| - <td>Connected</td> |
| 98 | + <td class="label-column">Connected</td> |
99 | 99 | <td>
|
100 | 100 | <TeamConnection team-color="Blue"/>
|
101 | 101 | </td>
|
|
152 | 152 | </script>
|
153 | 153 |
|
154 | 154 | <style scoped>
|
| 155 | + .label-column { |
| 156 | + font-weight: bold; |
| 157 | + padding: 0.5em; |
| 158 | + } |
155 | 159 | </style>
|
0 commit comments