misc: hide some elements when printing participants (#70137)

This commit is contained in:
Frédéric Péters 2022-10-11 20:15:07 +02:00
parent 417b489eaf
commit 9d838d32dc
1 changed files with 9 additions and 0 deletions

View File

@ -529,3 +529,12 @@ div.agenda-settings .pk-tabs--container {
}
}
}
@media print {
#event_details {
a.delete,
.infonotice {
display: none;
}
}
}