mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-76344 course: Fixed course image 'non image file' layout
This commit is contained in:
parent
4670bbb564
commit
d3c2698b83
3 changed files with 12 additions and 3 deletions
|
@ -783,7 +783,10 @@ span.editinstructions {
|
||||||
font-weight: $font-weight-bold;
|
font-weight: $font-weight-bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.coursebox .content .coursefile,
|
.coursebox .content .coursefile {
|
||||||
|
max-width: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
.coursebox .content .courseimage img {
|
.coursebox .content .courseimage img {
|
||||||
max-width: 100px;
|
max-width: 100px;
|
||||||
max-height: 100px;
|
max-height: 100px;
|
||||||
|
|
|
@ -28438,7 +28438,10 @@ span.editinstructions .alert-link {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
.coursebox .content .coursefile,
|
.coursebox .content .coursefile {
|
||||||
|
max-width: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
.coursebox .content .courseimage img {
|
.coursebox .content .courseimage img {
|
||||||
max-width: 100px;
|
max-width: 100px;
|
||||||
max-height: 100px;
|
max-height: 100px;
|
||||||
|
|
|
@ -28438,7 +28438,10 @@ span.editinstructions .alert-link {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
.coursebox .content .coursefile,
|
.coursebox .content .coursefile {
|
||||||
|
max-width: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
.coursebox .content .courseimage img {
|
.coursebox .content .courseimage img {
|
||||||
max-width: 100px;
|
max-width: 100px;
|
||||||
max-height: 100px;
|
max-height: 100px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue