We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485c371 commit 48c3616Copy full SHA for 48c3616
webapp/public/style_domjudge.css
@@ -650,3 +650,8 @@ blockquote {
650
.right {
651
text-align: right;
652
}
653
+
654
+#contesttimer {
655
+ color: DimGray;
656
+ margin-left: auto;
657
+}
webapp/templates/partials/scoreboard.html.twig
@@ -20,7 +20,7 @@
20
<div class="card" {% if refreshstop is defined %}data-ajax-refresh-stop="1"{% endif %}>
21
<div class="card-header" style="font-family: Roboto, sans-serif; display: flex;">
22
<span style="font-weight: bold;">{{ current_contest.name }}</span>
23
- <span id="contesttimer" style="color: DimGray; margin-left: auto;">
+ <span id="contesttimer">
24
{% if scoreboard is null %}
25
{{ current_contest | printContestStart }}
26
{% elseif scoreboard.freezeData.showFinal(jury) %}
0 commit comments