mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
MDL-61135 templates: improve loading icon for loading templates
This commit is contained in:
parent
2328bcccde
commit
99df051805
@ -33,4 +33,4 @@
|
||||
Example context (json):
|
||||
{}
|
||||
}}
|
||||
<span class="loading-icon">{{#pix}} y/loading, core, {{#str}} loading {{/str}} {{/pix}}</span>
|
||||
<span class="loading-icon">{{#pix}} i/loading, core, {{#str}} loading {{/str}} {{/pix}}</span>
|
||||
|
@ -33,6 +33,6 @@
|
||||
Example context (json):
|
||||
{}
|
||||
}}
|
||||
<span class="overlay-icon-container hidden" data-region="overlay-icon-container">
|
||||
<span class="overlay-icon-container {{$hiddenclass}}{{^visible}}hidden{{/visible}}{{/hiddenclass}}" data-region="overlay-icon-container">
|
||||
{{> core/loading }}
|
||||
</span>
|
||||
|
@ -2179,9 +2179,9 @@ $footer-link-color: $bg-inverse-link-color !default;
|
||||
transform: translate(-50%, -50%);
|
||||
|
||||
.icon {
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
font-size: 30px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2404,9 +2404,9 @@ h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
|
||||
transform: translate(-50%, -50%);
|
||||
|
||||
.icon {
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
font-size: 30px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -4795,8 +4795,9 @@ h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
.overlay-icon-container .loading-icon .icon {
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
font-size: 30px;
|
||||
}
|
||||
[data-drag-type="move"] {
|
||||
cursor: move;
|
||||
|
Loading…
x
Reference in New Issue
Block a user