diff --git a/mamweb/static/css/mamweb.css b/mamweb/static/css/mamweb.css index b8a9b262..cf8f3e64 100644 --- a/mamweb/static/css/mamweb.css +++ b/mamweb/static/css/mamweb.css @@ -326,11 +326,7 @@ div.novinky_name { font-style: italic; } -div.zadani_azad_termin { - text-align: center; - font-size: large; - font-weight: bold -} + /********** * Footer @@ -912,7 +908,25 @@ div.cislo_odkazy ul { } #azad_obrazek { - margin-top: 15px; + margin-top: 10px; +} + +div.zadani_termin { + text-align: center; + font-size: large; + font-weight: bold; +} + +@media (max-width: 420px) { + div.zadani_termin { + font-size: small; + } + +} + +div.zadani_termin .datum { + color:#e84e10; + margin:0px; } diff --git a/seminar/templates/seminar/zadani/AktualniZadani.html b/seminar/templates/seminar/zadani/AktualniZadani.html index e6fc298f..5bcb6ec1 100644 --- a/seminar/templates/seminar/zadani/AktualniZadani.html +++ b/seminar/templates/seminar/zadani/AktualniZadani.html @@ -12,25 +12,26 @@ {# Zobrazovani neverejnych zadani jen organizatorum #} {% if user.je_org or verejne %} {% if user.je_org and not verejne %}
{% endif %} + +
+ Termíny pro odeslání řešení {{ac.poradi}}. série:
- {% if ac.datum_deadline_soustredeni %} -
- Termín odeslání {{ac.poradi}}. série pro účast na soustředění: - {{ac.datum_deadline_soustredeni}} -
+ {% if ac.datum_deadline_soustredeni %} + {{ac.datum_deadline_soustredeni}} pro účast na soustředění
{% endif %} + {% if ac.datum_preddeadline %} -
- Termín odeslání {{ac.poradi}}. série pro otištění v dalším čísle: - {{ac.datum_preddeadline}} -
+ {{ac.datum_preddeadline}} pro otištění v dalším čísle
{% endif %} + {% if ac.datum_deadline %} -
- Termín odeslání {{ac.poradi}}. série: {{ac.datum_deadline}} -
+ {{ac.datum_deadline}} definitivní deadline
{% endif %} +
+ +
+ {% if ac.titulka_nahled and ac.pdf %} Titulní {% endif %}