mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-76344 course: Fixed course image 'non image file' layout
This commit is contained in:
parent
838047106d
commit
7b1e0a6980
@ -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