Commit 1735a0f4 by Brian Talbot Committed by Julian Arni

Studio: copy and styling changes to import view to support new status UI

parent 89bba535
...@@ -64,9 +64,9 @@ ...@@ -64,9 +64,9 @@
.title { .title {
@extend %t-copy-lead1; @extend %t-copy-lead1;
margin-bottom: ($baseline*0.75);
overflow-x: hidden; overflow-x: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
margin-bottom: 0;
.label { .label {
margin-right: ($baseline/2); margin-right: ($baseline/2);
...@@ -82,6 +82,7 @@ ...@@ -82,6 +82,7 @@
@extend %btn-primary-green; @extend %btn-primary-green;
@extend %t-action1; @extend %t-action1;
display: none; display: none;
margin-top: ($baseline*0.75);
width: 100%; width: 100%;
padding: ($baseline*0.75) $baseline; padding: ($baseline*0.75) $baseline;
} }
......
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
<div class="status-detail"> <div class="status-detail">
<h3 class="title">${_("Updating Course")}</h3> <h3 class="title">${_("Updating Course")}</h3>
<p class="copy">${_("Replacing previous course content with imported content")}</p> <p class="copy">${_("Replacing previous course content with imported content. This may take a while with larger courses.")}</p>
</div> </div>
</li> </li>
<li class="item-progresspoint item-progresspoint-success has-actions is-not-started"> <li class="item-progresspoint item-progresspoint-success has-actions is-not-started">
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
<ul class="list-actions"> <ul class="list-actions">
<li class="item-action"> <li class="item-action">
<a href="" class="action action-primary">${_("View Updated Outline")}</a> <a href="${successful_import_redirect_url}" class="action action-primary">${_("View Updated Outline")}</a>
</li> </li>
</ul> </ul>
</li> </li>
......
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