diff --git a/app/static/css/bulletin_court.css b/app/static/css/bulletin_court.css index 4438d058d..7fb7e5914 100644 --- a/app/static/css/bulletin_court.css +++ b/app/static/css/bulletin_court.css @@ -1,3 +1,9 @@ +@media print{ + body{ + width: 21cm; + height: 29.7cm; + } +} div.but_bul_court { width: 17cm; diff --git a/app/templates/formsemestre_header.j2 b/app/templates/formsemestre_header.j2 index 20822079a..b86a85e13 100644 --- a/app/templates/formsemestre_header.j2 +++ b/app/templates/formsemestre_header.j2 @@ -1,7 +1,7 @@ {# -*- mode: jinja-html -*- #} {# Description un semestre (barre de menu et infos) #} -
+