Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
.block_myprofile img.profilepicture {
2
    height: 50px;
3
    width: 50px;
4
}
5
 
6
.block_myprofile .myprofileitem.fullname {
7
    font-size: 1.5em;
8
    font-weight: bold;
9
    margin-bottom: 0.5rem;
10
}
11
 
12
.block_myprofile .myprofileitem.edit {
13
    text-align: right;
14
}
15
 
16
.block_myprofile .content {
17
    display: flex;
18
}
19
 
20
.block_myprofile .myprofileitem.picture img {
21
    width: 50px;
22
    height: 50px;
23
    margin-right: 1rem;
24
}
25
 
26
.block_myprofile .myprofileitem span {
27
    font-weight: bold;
28
}