mirror of
https://github.com/moodle/moodle.git
synced 2025-02-24 12:03:12 +01:00
Merge branch 'MDL-83016' of https://github.com/paulholden/moodle
This commit is contained in:
commit
5ff41b1961
@ -845,8 +845,7 @@ M.util.add_spinner = function(Y, node) {
|
||||
|
||||
var spinner = Y.Node.create('<img />')
|
||||
.setAttribute('src', M.util.image_url(WAITICON.pix, WAITICON.component))
|
||||
.addClass('spinner')
|
||||
.addClass('iconsmall')
|
||||
.addClass('spinner icon')
|
||||
.hide();
|
||||
|
||||
node.append(spinner);
|
||||
|
@ -612,9 +612,9 @@ span.editinstructions {
|
||||
.coursebox > .info > .coursename a {
|
||||
display: block;
|
||||
background-image: url([[pix:moodle|i/course]]);
|
||||
background-size: $icon-width $icon-height;
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 21px;
|
||||
background-position: left 0.2em;
|
||||
}
|
||||
}
|
||||
|
||||
@ -690,6 +690,7 @@ span.editinstructions {
|
||||
|
||||
.course_category_tree .category.with_children > .info > .categoryname {
|
||||
background-image: url([[pix:moodle|t/expanded]]);
|
||||
background-size: $icon-width $icon-height;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center left;
|
||||
}
|
||||
|
@ -28613,9 +28613,9 @@ span.editinstructions .alert-link {
|
||||
#frontpage-category-combo .coursebox > .info > .coursename a {
|
||||
display: block;
|
||||
background-image: url([[pix:moodle|i/course]]);
|
||||
background-size: 16px 16px;
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 21px;
|
||||
background-position: left 0.2em;
|
||||
}
|
||||
|
||||
.coursebox > .info > .coursename {
|
||||
@ -28688,6 +28688,7 @@ span.editinstructions .alert-link {
|
||||
|
||||
.course_category_tree .category.with_children > .info > .categoryname {
|
||||
background-image: url([[pix:moodle|t/expanded]]);
|
||||
background-size: 16px 16px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center left;
|
||||
}
|
||||
|
@ -28613,9 +28613,9 @@ span.editinstructions .alert-link {
|
||||
#frontpage-category-combo .coursebox > .info > .coursename a {
|
||||
display: block;
|
||||
background-image: url([[pix:moodle|i/course]]);
|
||||
background-size: 16px 16px;
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 21px;
|
||||
background-position: left 0.2em;
|
||||
}
|
||||
|
||||
.coursebox > .info > .coursename {
|
||||
@ -28688,6 +28688,7 @@ span.editinstructions .alert-link {
|
||||
|
||||
.course_category_tree .category.with_children > .info > .categoryname {
|
||||
background-image: url([[pix:moodle|t/expanded]]);
|
||||
background-size: 16px 16px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center left;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user