From 1735a0f41f61463d8f1333b71534477a36f56d5f Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Mon, 30 Sep 2013 15:20:42 -0400 Subject: [PATCH] Studio: copy and styling changes to import view to support new status UI --- cms/static/sass/views/_import.scss | 3 ++- cms/templates/import.html | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/cms/static/sass/views/_import.scss b/cms/static/sass/views/_import.scss index 70ff15351f..680626279e 100644 --- a/cms/static/sass/views/_import.scss +++ b/cms/static/sass/views/_import.scss @@ -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; } diff --git a/cms/templates/import.html b/cms/templates/import.html index dd22d47440..68e3ba1189 100644 --- a/cms/templates/import.html +++ b/cms/templates/import.html @@ -99,7 +99,7 @@

${_("Updating Course")}

-

${_("Replacing previous course content with imported content")}

+

${_("Replacing previous course content with imported content. This may take a while with larger courses.")}

  • @@ -114,7 +114,7 @@