mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +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;
|
||||
}
|
||||
|
|
|
@ -195,13 +195,32 @@
|
|||
font-weight: bold;
|
||||
}
|
||||
.groupinfobox {
|
||||
.well
|
||||
.well;
|
||||
position: relative;
|
||||
|
||||
h3 {
|
||||
margin-top: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.groupinfobox .left {
|
||||
padding: 10px;
|
||||
width: 100px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.group-image {
|
||||
display: block;
|
||||
float: left;
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.group-edit {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
margin-right: 0.6em;
|
||||
}
|
||||
|
||||
.course-participation #showall {
|
||||
text-align: center;
|
||||
margin: 10px 0;
|
||||
|
|
|
@ -9891,16 +9891,30 @@ body.path-question-type .mform fieldset.hidden {
|
|||
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||
border-color: #e3e3e3;
|
||||
position: relative;
|
||||
}
|
||||
.groupinfobox blockquote {
|
||||
border-color: #ddd;
|
||||
border-color: rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.groupinfobox h3 {
|
||||
margin-top: 0px;
|
||||
}
|
||||
.groupinfobox .left {
|
||||
padding: 10px;
|
||||
width: 100px;
|
||||
vertical-align: top;
|
||||
}
|
||||
.group-image {
|
||||
display: block;
|
||||
float: left;
|
||||
margin-right: 1em;
|
||||
}
|
||||
.group-edit {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
margin-right: 0.6em;
|
||||
}
|
||||
.course-participation #showall {
|
||||
text-align: center;
|
||||
margin: 10px 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue