Commit 7686e722 by Xavier Antoviaque

MRQ: Additional styling fixes from feedback

parent 34d87789
...@@ -48,3 +48,7 @@ ...@@ -48,3 +48,7 @@
.mentoring .submit { .mentoring .submit {
margin-top: 20px; margin-top: 20px;
} }
.mentoring .progress .indicator .checkmark {
margin-top: 25px;
}
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
.mentoring .choices .choices-list { .mentoring .choices .choices-list {
position: relative; position: relative;
margin-top: 20px; padding-top: 10px;
} }
.mentoring .choices .choice { .mentoring .choices .choice {
......
<script type="text/template" id="xblock-progress-template"> <script type="text/template" id="xblock-progress-template">
<% if (completed === "True") {{ %> <% if (completed === "True") {{ %>
<img src="{completed}" alt="Completed"> <img src="{completed}" class="checkmark" alt="Completed">
<% }} %> <% }} %>
</script> </script>
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