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 @@
.title {
@extend %t-copy-lead1;
margin-bottom: ($baseline*0.75);
overflow-x: hidden;
text-overflow: ellipsis;
margin-bottom: 0;
.label {
margin-right: ($baseline/2);
......@@ -82,6 +82,7 @@
@extend %btn-primary-green;
@extend %t-action1;
display: none;
margin-top: ($baseline*0.75);
width: 100%;
padding: ($baseline*0.75) $baseline;
}
......
......@@ -99,7 +99,7 @@
<div class="status-detail">
<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>
</li>
<li class="item-progresspoint item-progresspoint-success has-actions is-not-started">
......@@ -114,7 +114,7 @@
<ul class="list-actions">
<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>
</ul>
</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