mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-63836 course: No course header images
This feature may be added in future, but for now we are not going to include it.
This commit is contained in:
parent
5160567c5f
commit
f41207400b
10 changed files with 10 additions and 87 deletions
|
@ -1139,15 +1139,6 @@ span.editinstructions {
|
|||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.course-header-image-wrapper {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
.course-header-image {
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Display sizes:
|
||||
* Large displays 1200 +
|
||||
|
|
|
@ -12434,13 +12434,6 @@ span.editinstructions {
|
|||
.course-being-dragged {
|
||||
opacity: 0.5; }
|
||||
|
||||
.course-header-image-wrapper {
|
||||
width: 100px;
|
||||
height: 100px; }
|
||||
.course-header-image-wrapper .course-header-image {
|
||||
background-size: cover;
|
||||
background-position: center; }
|
||||
|
||||
/**
|
||||
* Display sizes:
|
||||
* Large displays 1200 +
|
||||
|
|
|
@ -1124,17 +1124,6 @@ span.editinstructions {
|
|||
.opacity(50);
|
||||
}
|
||||
|
||||
.course-header-image-wrapper {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
.course-header-image {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Display sizes:
|
||||
* Large displays 1200 +
|
||||
|
|
|
@ -7004,16 +7004,6 @@ span.editinstructions {
|
|||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
.course-header-image-wrapper {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
.course-header-image-wrapper .course-header-image {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
/**
|
||||
* Display sizes:
|
||||
* Large displays 1200 +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue