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
0bf5a3d7
Commit
0bf5a3d7
authored
May 03, 2016
by
clrux
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12355 from edx/clrux/rc-2016-05-03-progress_fix
Moving main element up higher to not conflict with chart
parents
a5237c1b
cf0b8098
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
lms/templates/courseware/progress.html
+6
-7
No files found.
lms/templates/courseware/progress.html
View file @
0bf5a3d7
...
...
@@ -33,10 +33,9 @@ from django.utils.http import urlquote_plus
<
%
include
file=
"/courseware/course_navigation.html"
args=
"active_page='progress'"
/>
<div
class=
"container"
>
<div
class=
"profile-wrapper"
>
<main
id=
"main"
aria-label=
"Content"
tabindex=
"-1"
>
<main
id=
"main"
aria-label=
"Content"
tabindex=
"-1"
>
<div
class=
"container"
>
<div
class=
"profile-wrapper"
>
<div
class=
"course-info"
id=
"course-info-progress"
aria-label=
"${_('Course Progress')}"
>
% if staff_access and studio_url is not None:
<div
class=
"wrap-instructor-info"
>
...
...
@@ -219,6 +218,6 @@ from django.utils.http import urlquote_plus
</div>
<!--End chapters-->
</div>
</main
>
</div>
</
div
>
</div
>
</div>
</
main
>
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