Skip to content

Commit

Permalink
fix: When the stars align (#1353)
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 authored Jun 30, 2022
1 parent 28fdd62 commit 7bdecdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions game/static/game/css/scoreboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ table td.fixed-width {
.scoreboard--completed {
color: #eab502;
font-size: 24px;
vertical-align: middle;
}

#scoreboardTable_wrapper td.scoreboard--completed-secondary {
Expand Down
4 changes: 2 additions & 2 deletions game/templates/game/scoreboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ <h4 class="text-center" id="scoreboardTitle">Scoreboard</h4>
{% csrf_token %}
{% if user|is_logged_in_as_teacher %}
<p>Choose your search criteria in the menus below to show the progress of your students. Our monitoring system is
designed to highlight level performance.</p>
<p class="d-flex">Stars (<span class="iconify scoreboard--completed" data-icon="mdi:star"></span>) indicate full points.</p>
designed to highlight level performance. Stars
(<span class="iconify scoreboard--completed" data-icon="mdi:star"></span>) indicate full points.</p>
<div class="row form--row">
<div class="col-sm-4">
<div class="dropdown">
Expand Down

0 comments on commit 7bdecdb

Please sign in to comment.