forked from ncstate-delta/moodle-mod_zoom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
49 lines (39 loc) · 828 Bytes
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
.zoom-info {
padding: 0.2em 0.6em 0.3em;
color: #fff;
border-radius: 0.25em;
}
#page-mod-zoom-view a .btn-primary .icon {
color: white;
}
#mod-zoom-old-meetings-header {
float: left;
}
#mod-zoom-meeting-room-participants,
#mod-zoom-meeting-room-participant-groups {
list-style-type: none;
}
#mod-zoom-meeting-rooms-list .empty-alert {
margin: auto;
width: 80%;
padding: 40% 0;
}
#mod-zoom-breakout-rooms-table {
width: 100%;
height: 400px;
}
#mod-zoom-breakout-rooms-table td:first-child {
width: 20%;
}
#mod-zoom-breakout-rooms-table td:nth-child(2) {
width: 80%;
}
#mod-zoom-breakout-rooms-table .delete-room {
margin: -34px 5px;
background: transparent;
border: none;
}
#page-mod-zoom-participants .mimetypeicon {
width: 24px;
height: 24px;
}