From 7bdecdb4c20d26a4fcf06f1ed73841ff024dc97c Mon Sep 17 00:00:00 2001 From: Florian Aucomte <33633200+faucomte97@users.noreply.github.com> Date: Thu, 30 Jun 2022 18:35:23 +0100 Subject: [PATCH] fix: When the stars align (#1353) --- game/static/game/css/scoreboard.css | 1 + game/templates/game/scoreboard.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/game/static/game/css/scoreboard.css b/game/static/game/css/scoreboard.css index 1b24dfa7f..5f569d3ca 100644 --- a/game/static/game/css/scoreboard.css +++ b/game/static/game/css/scoreboard.css @@ -40,6 +40,7 @@ table td.fixed-width { .scoreboard--completed { color: #eab502; font-size: 24px; + vertical-align: middle; } #scoreboardTable_wrapper td.scoreboard--completed-secondary { diff --git a/game/templates/game/scoreboard.html b/game/templates/game/scoreboard.html index 318f407b1..d3c2d6554 100644 --- a/game/templates/game/scoreboard.html +++ b/game/templates/game/scoreboard.html @@ -52,8 +52,8 @@

Scoreboard

{% csrf_token %} {% if user|is_logged_in_as_teacher %}

Choose your search criteria in the menus below to show the progress of your students. Our monitoring system is - designed to highlight level performance.

-

Stars () indicate full points.

+ designed to highlight level performance. Stars + () indicate full points.