Commit 834fb7fc by E. Kolpakov

Initial load spinner margin

parent cc7bc7ea
...@@ -5,6 +5,10 @@ ...@@ -5,6 +5,10 @@
padding: 0; padding: 0;
} }
.xblock--drag-and-drop .initial-load-spinner {
margin-right: 3px;
}
/* Header, instruction text, etc. */ /* Header, instruction text, etc. */
.xblock--drag-and-drop .problem-header { .xblock--drag-and-drop .problem-header {
...@@ -119,9 +123,6 @@ ...@@ -119,9 +123,6 @@
margin-right: 5px; margin-right: 5px;
padding-top: 6px; padding-top: 6px;
display: none; display: none;
}
.xblock--drag-and-drop .drag-container .option .numerical-input .spinner-wrapper {
color: #333; color: #333;
} }
......
{% load i18n %} {% load i18n %}
<section class="xblock--drag-and-drop"> <section class="xblock--drag-and-drop">
<i class="fa fa-spin fa-spinner"></i>{% trans "Loading drag and drop exercise." %} <i class="fa fa-spin fa-spinner initial-load-spinner"></i>{% trans "Loading drag and drop exercise." %}
</section> </section>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment