Browse Source

Vyznačené podproblémové sloupce.

middleware_test
Jonas Havelka 3 years ago
parent
commit
5ea25c26bf
  1. 4
      mamweb/static/css/mamweb.css
  2. 6
      seminar/templates/seminar/archiv/cislo.html

4
mamweb/static/css/mamweb.css

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

6
seminar/templates/seminar/archiv/cislo.html

@ -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 #}

Loading…
Cancel
Save