Vyznačené podproblémové sloupce.

This commit is contained in:
Jonas Havelka 2021-09-02 15:23:13 +02:00
parent 2b1f572b98
commit 5ea25c26bf
2 changed files with 7 additions and 3 deletions

View file

@ -165,6 +165,10 @@ table .border-b {
border: solid 2px; border: solid 2px;
} }
.podproblem {
color: gray;
}
div.container { div.container {
padding: 0px; padding: 0px;
} }

View file

@ -88,7 +88,7 @@
{# TODELETE #} {# TODELETE #}
{% for podproblemy in podproblemy_iter.next %} {% for podproblemy in podproblemy_iter.next %}
<th class='border-r podproblem{{ forloop.parentloop.counter }}'><a href="{{ podproblemy.verejne_url }}">{{ podproblemy.kod_v_rocniku }}</a> <th class='border-r podproblem{{ forloop.parentloop.counter }} podproblem'><a href="{{ podproblemy.verejne_url }}">{{ podproblemy.kod_v_rocniku }}</a>
{% endfor %} {% endfor %}
{# TODELETE #} {# TODELETE #}
@ -97,7 +97,7 @@
{# TODELETE #} {# TODELETE #}
{% for podproblemy in podproblemy_iter.next %} {% for podproblemy in podproblemy_iter.next %}
<th class='border-r podproblem{{ problemy.len }}'><a href="{{ podproblemy.verejne_url }}">{{ podproblemy.kod_v_rocniku }}</a> <th class='border-r podproblem{{ problemy.len }} podproblem'><a href="{{ podproblemy.verejne_url }}">{{ podproblemy.kod_v_rocniku }}</a>
{% endfor %} {% endfor %}
{# TODELETE #} {# TODELETE #}
@ -118,7 +118,7 @@
{# TODELETE #} {# TODELETE #}
{% for body_podproblemu in rv.body_podproblemy_iter.next %} {% for body_podproblemu in rv.body_podproblemy_iter.next %}
<td class='border-r podproblem{{ forloop.parentloop.counter }}'>{{ body_podproblemu }} <td class='border-r podproblem{{ forloop.parentloop.counter }} podproblem'>{{ body_podproblemu }}
{% endfor %} {% endfor %}
{# TODELETE #} {# TODELETE #}