mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
15 lines
234 B
CSS
15 lines
234 B
CSS
.block_myprofile img.profilepicture {
|
|
height: 100px;
|
|
width: 100px;
|
|
}
|
|
|
|
.block_myprofile .myprofileitem.fullname {
|
|
font-size: 1.5em;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.block_myprofile .myprofileitem.edit {
|
|
text-align: right;
|
|
}
|
|
|