moodle/blocks/myprofile/styles.css
2016-09-30 09:25:23 +01:00

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;
}