MDL-61135 templates: improve loading icon for loading templates

This commit is contained in:
Ryan Wyllie
2018-02-02 03:58:49 +00:00
parent 2328bcccde
commit 99df051805
5 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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>
+3 -3
View File
@@ -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;
}
}
}
+3 -3
View File
@@ -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;
}
}
}
+3 -2
View File
@@ -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;