Skip to content

Commit

Permalink
SAK-50532 Signup more print modifications (#12913)
Browse files Browse the repository at this point in the history
(cherry picked from commit f5257b6)
  • Loading branch information
ottenhoff authored and ern committed Sep 26, 2024
1 parent 242ea9f commit 16988ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions signup/tool/src/webapp/css/print.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ label#meeting\:imageClose_publishedSiteGroup
#meeting\:publishedSiteGroups {
display: inline-block !important;
}
span[id^="meeting:timeslots:"][id$=":editAttendeesList"] {
display: block !important;
}
a[title="Email all participants"] {
display: none;
}

@media print {
.hidden-print {
Expand Down

0 comments on commit 16988ba

Please sign in to comment.