Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
.block_people .teachers ul,
2
.block_people .teachers li {
3
    list-style: none;
4
    margin-left: 0;
5
    padding-left: 0;
6
}
7
 
8
.block_people .teachers li {
9
    margin-bottom: 15px;
10
    display: table;
11
    width: 100%;
12
}
13
 
14
.block_people .teachers .details {
15
    display: table-cell;
16
    line-height: 1;
17
    vertical-align: top;
18
}
19
 
20
.block_people .teachers .image {
21
    width: 50px;
22
    display: table-cell;
23
    vertical-align: top;
24
}
25
 
26
.block_people .teachers .icons {
27
    min-height: 22px;
28
    padding-top: 3px;
29
}
30
 
31
.block_people .teachers .icons img,
32
.block_people .participants img {
33
    margin-right: 10px;
34
}
35
 
36
.block_people .content .teachers .userpicture {
37
    height: inherit;
38
    width: inherit;
39
}
40
 
41
.block_people .participants .hint {
42
    font-size: 90%;
43
}