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;
}
.podproblem {
color: gray;
}
div.container {
padding: 0px;
}

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

@ -88,7 +88,7 @@
{# TODELETE #}
{% 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 %}
{# TODELETE #}
@ -97,7 +97,7 @@
{# TODELETE #}
{% 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 %}
{# TODELETE #}
@ -118,7 +118,7 @@
{# TODELETE #}
{% 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 %}
{# TODELETE #}

Loading…
Cancel
Save