mirror of
https://github.com/moodle/moodle.git
synced 2025-03-23 00:50:15 +01:00
Merge branch 'MDL-76344-401-fix' of https://github.com/stevandoMoodle/moodle into MOODLE_401_STABLE
This commit is contained in:
commit
f8537a9536
@ -783,7 +783,10 @@ span.editinstructions {
|
||||
font-weight: $font-weight-bold;
|
||||
}
|
||||
|
||||
.coursebox .content .coursefile,
|
||||
.coursebox .content .coursefile {
|
||||
max-width: 100px;
|
||||
}
|
||||
|
||||
.coursebox .content .courseimage img {
|
||||
max-width: 100px;
|
||||
max-height: 100px;
|
||||
|
@ -18282,7 +18282,10 @@ span.editinstructions .alert-link {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.coursebox .content .coursefile,
|
||||
.coursebox .content .coursefile {
|
||||
max-width: 100px;
|
||||
}
|
||||
|
||||
.coursebox .content .courseimage img {
|
||||
max-width: 100px;
|
||||
max-height: 100px;
|
||||
|
@ -18282,7 +18282,10 @@ span.editinstructions .alert-link {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.coursebox .content .coursefile,
|
||||
.coursebox .content .coursefile {
|
||||
max-width: 100px;
|
||||
}
|
||||
|
||||
.coursebox .content .courseimage img {
|
||||
max-width: 100px;
|
||||
max-height: 100px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user