diff --git a/api/static/style.css b/api/static/style.css index 60358f5..b4c6d31 100644 --- a/api/static/style.css +++ b/api/static/style.css @@ -1,10 +1,8 @@ #header { display: flex; - max-width: 600px; } #header>div { - flex: 1; padding: 10px; border: 2px solid grey; } @@ -31,9 +29,23 @@ } #points_summary_row { - border-top: 1px solid black; + border-top: 4px double black; } table { border-collapse: collapse; } + +.active_player_highlight { + background: grey; + color: white; +} + +.player_name_highlight { + background: grey; + color: white; +} + +.standings_round_final_row { + border-bottom: 1px solid black; +} \ No newline at end of file diff --git a/api/templates/status.html b/api/templates/status.html index a4a0ddf..e0fadc1 100644 --- a/api/templates/status.html +++ b/api/templates/status.html @@ -20,46 +20,46 @@ {% if 'active_player' not in status %}
Na ťahu je: {{ players[status['active_player']] }}
-| - | {{ players[0] }} | -{{ players[1] }} | -{{ players[2] }} | -{{ players[3] }} | - - -
|---|---|
| Tipy v tomto kole: | - {% for player in range(4) %} -{{ status['active_round_guesses'][player] }} | - {% endfor %} -
| Kôpky v tomto kole: | - {% for player in status['active_round_stashes'] %} -{{ player }} | - {% endfor %} -
Na ťahu je: {{ players[status['active_player']] }}
+| + | {{ players[0] }} | +{{ players[1] }} | +{{ players[2] }} | +{{ players[3] }} | + + +
|---|---|
| Tipy v tomto kole: | + {% for player in range(4) %} +{{ status['active_round_guesses'][player] }} | + {% endfor %} +
| Kôpky v tomto kole: | + {% for player in status['active_round_stashes'] %} +{{ player }} | + {% endfor %} +