From 968d4f3064ab578fa219f8f38114abe6f75be556 Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Wed, 2 Aug 2023 18:29:14 +0200 Subject: [PATCH] Do not print menubar --- app/static/css/bulletin_court.css | 6 ++++++ app/templates/formsemestre_header.j2 | 2 +- app/templates/formsemestre_page_title.j2 | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app/static/css/bulletin_court.css b/app/static/css/bulletin_court.css index 4438d058..7fb7e591 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 20822079..b86a85e1 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) #} -
+