Skip to content

Commit f5257b6

Browse files
authoredSep 25, 2024
SAK-50532 Signup more print modifications (sakaiproject#12913)
1 parent 260643f commit f5257b6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎signup/tool/src/webapp/css/print.css

+6
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ label#meeting\:imageClose_publishedSiteGroup
3030
#meeting\:publishedSiteGroups {
3131
display: inline-block !important;
3232
}
33+
span[id^="meeting:timeslots:"][id$=":editAttendeesList"] {
34+
display: block !important;
35+
}
36+
a[title="Email all participants"] {
37+
display: none;
38+
}
3339

3440
@media print {
3541
.hidden-print {

0 commit comments

Comments
 (0)
Please sign in to comment.