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
e825cfb1
Commit
e825cfb1
authored
Oct 15, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1311 from edx/talbs/fix-studio-importui
Studio: FIX - Import Status UI Consistency
parents
8e45668a
8769a1a6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
14 deletions
+6
-14
cms/static/sass/views/_import.scss
+0
-8
cms/templates/import.html
+6
-6
No files found.
cms/static/sass/views/_import.scss
View file @
e825cfb1
...
...
@@ -157,16 +157,8 @@
// CASE: has actions
&
.has-actions
{
.status-detail
{
width
:
flex-grid
(
5
,
9
);
}
.list-actions
{
display
:
none
;
width
:
flex-grid
(
3
,
9
);
float
:
right
;
margin-left
:
flex-gutter
();
text-align
:
right
;
.action-primary
{
@extend
%btn-primary-blue
;
...
...
cms/templates/import.html
View file @
e825cfb1
...
...
@@ -111,13 +111,13 @@
<div
class=
"status-detail"
>
<h3
class=
"title"
>
${_("Success")}
</h3>
<p
class=
"copy"
>
${_("Your imported content has now been integrated into this course")}
</p>
</div>
<ul
class=
"list-actions"
>
<li
class=
"item-action"
>
<a
href=
"${successful_import_redirect_url}"
class=
"action action-primary"
>
${_("View Updated Outline")}
</a>
</li>
</ul>
<ul
class=
"list-actions"
>
<li
class=
"item-action"
>
<a
href=
"${successful_import_redirect_url}"
class=
"action action-primary"
>
${_("View Updated Outline")}
</a>
</li>
</ul>
</div>
</li>
</ol>
</div>
...
...
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