Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
1735a0f4
Commit
1735a0f4
authored
Sep 30, 2013
by
Brian Talbot
Committed by
Julian Arni
Oct 07, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Studio: copy and styling changes to import view to support new status UI
parent
89bba535
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
cms/static/sass/views/_import.scss
+2
-1
cms/templates/import.html
+2
-2
No files found.
cms/static/sass/views/_import.scss
View file @
1735a0f4
...
...
@@ -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
;
}
...
...
cms/templates/import.html
View file @
1735a0f4
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment