File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
webapp/templates/partials Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 317
317
</div >
318
318
319
319
<table class="d-md-none scoreboard mobile-scoreboard center {% if jury %}scoreboard_jury{% endif %}">
320
- <thead >
321
320
{# output table column groups (for the styles) #}
322
321
<colgroup >
323
- <col id="scorerank"/>
322
+ <col id="scorerank-mobile "/>
324
323
{% if showFlags %}
325
- <col id="scoreflags"/>
324
+ <col id="scoreflags-mobile "/>
326
325
{% else %}
327
326
<col/>
328
327
{% endif %}
329
328
{% if showAffiliationLogos %}
330
- <col id="scorelogos"/>
329
+ <col id="scorelogos-mobile "/>
331
330
{% endif %}
332
- <col id="scoreteamname"/>
331
+ <col id="scoreteamname-mobile "/>
333
332
</colgroup >
334
333
<colgroup >
335
- <col id="scoresolv"/>
334
+ <col id="scoresolv-mobile "/>
336
335
</colgroup >
337
336
338
337
{% set teamColspan = 2 %}
339
338
{% if showAffiliationLogos %}
340
339
{% set teamColspan = teamColspan + 1 %}
341
340
{% endif %}
342
341
342
+ <thead >
343
343
<tr class="scoreheader" data-static ="{{ static }}" style="font-size : 75%;">
344
344
<th title="rank" scope="col"> rank</th >
345
345
<th title="team name" scope="col" colspan="{{ teamColspan }}"> team</th >
372
372
{% else %}
373
373
{% set color = score .team .category .color %}
374
374
{% endif %}
375
- <tr class="{{ classes | join(' ' ) }}" id="team:{{ score .team .teamid }}" style="border-bottom-width : 0; height: 28px;">
375
+ <tr class="{{ classes | join(' ' ) }}" id="team:{{ score .team .teamid }}:mobile " style="border-bottom-width : 0; height: 28px;">
376
376
<td class="scorepl {{medalColor }}" rowspan="2">
377
377
{# Only print rank when score is different from the previous team #}
378
378
{% if not displayRank %}
You can’t perform that action at this time.
0 commit comments