This commit is contained in:
Sara Arjona 2024-09-09 09:29:53 +02:00
commit 5ff41b1961
No known key found for this signature in database
4 changed files with 7 additions and 5 deletions

View File

@ -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);

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}