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 %}

Hra sa skončila.

{% else %} - - -
+ +
+ {% if action == 'guess' %}

Zadaj tip:

{% include "_guess_form.html" %} @@ -155,7 +155,7 @@ {% if series %} {% for round in series %} {% if round %} - + {% for player in round %} {{ player }} {% endfor %}