Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
.zoom-info {
2
    padding: 0.2em 0.6em 0.3em;
3
    color: #fff;
4
    border-radius: 0.25em;
5
}
6
 
7
#page-mod-zoom-view a .btn-primary .icon {
8
    color: white;
9
}
10
 
11
#mod-zoom-old-meetings-header {
12
    float: left;
13
}
14
 
15
#mod-zoom-meeting-room-participants,
16
#mod-zoom-meeting-room-participant-groups {
17
    list-style-type: none;
18
}
19
 
20
#mod-zoom-meeting-rooms-list .empty-alert {
21
    margin: auto;
22
    width: 80%;
23
    padding: 40% 0;
24
}
25
 
26
#mod-zoom-breakout-rooms-table {
27
    width: 100%;
28
    height: 400px;
29
}
30
 
31
#mod-zoom-breakout-rooms-table td:first-child {
32
    width: 20%;
33
}
34
 
35
#mod-zoom-breakout-rooms-table td:nth-child(2) {
36
    width: 80%;
37
}
38
 
39
#mod-zoom-breakout-rooms-table .delete-room {
40
    margin: -34px 5px;
41
    background: transparent;
42
    border: none;
43
}
44
 
45
#page-mod-zoom-participants .mimetypeicon {
46
    width: 24px;
47
    height: 24px;
48
}
49