Merge branch 'wip-MDL-60515-master' of git://github.com/abgreeve/moodle

This commit is contained in:
Andrew Nicols 2017-11-02 08:47:17 +08:00
commit 58280ae0b8
11 changed files with 365 additions and 48 deletions

View file

@ -200,6 +200,22 @@
font-weight: bold;
}
.group-edit {
position: absolute;
right: 0;
margin-right: 0.6em;
}
.group-image {
display: block;
float: left;
margin-right: 1em;
.grouppicture {
border-radius: 50%;
}
}
.groupinfobox {
@extend .card;
}