mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
Merge branch 'wip-MDL-60515-master' of git://github.com/abgreeve/moodle
This commit is contained in:
commit
58280ae0b8
11 changed files with 365 additions and 48 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue