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
f753a09f
Commit
f753a09f
authored
Sep 05, 2014
by
Brian Talbot
Committed by
cahrens
Oct 01, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LMS: revises membership UI layout on instructor dashboard
parent
9e366fe2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
15 deletions
+11
-15
lms/static/sass/course/instructor/_instructor_2.scss
+5
-9
lms/templates/instructor/instructor_dashboard_2/membership.html
+6
-6
No files found.
lms/static/sass/course/instructor/_instructor_2.scss
View file @
f753a09f
...
...
@@ -329,16 +329,12 @@ section.instructor-dashboard-content-2 {
.instructor-dashboard-wrapper-2
section
.idash-section
#membership
{
$half_width
:
$baseline
*
20
;
.vert-left
,
.vert-right
{
display
:
inline-block
;
vertical-align
:
top
;
width
:
48%
;
margin-right
:
2%
;
}
.membership-section
{
margin-bottom
:
$baseline
;
.vert-right
{
margin-right
:
0
;
&
:last-child
{
margin-bottom
:
0
;
// last child!
}
}
.batch-enrollment
,
.batch-beta-testers
{
...
...
lms/templates/instructor/instructor_dashboard_2/membership.html
View file @
f753a09f
...
...
@@ -26,7 +26,7 @@
<
/div
>
</script>
<
div
class=
"batch-enrollment
"
>
<
section
class=
"batch-enrollment membership-section
"
>
<h2>
${_("Batch Enrollment")}
</h2>
<p>
<label
for=
"student-ids"
>
...
...
@@ -66,10 +66,10 @@
</div>
<div
class=
"request-response"
></div>
<div
class=
"request-response-error"
></div>
</
div
>
</
section
>
%if section_data['access']['instructor']:
<
div
class=
"batch-beta-testers
"
>
<
section
class=
"batch-beta-testers membership-section
"
>
<h2>
${_("Batch Beta Tester Addition")}
</h2>
<p>
<label
for=
"student-ids-for-beta"
>
...
...
@@ -109,10 +109,10 @@
<div
class=
"request-response"
></div>
<div
class=
"request-response-error"
></div>
</
div
>
</
section
>
%endif
<
div
class=
"member-lists-management
"
>
<
section
class=
"member-lists-management membership-section
"
>
## Translators: an "Administration List" is a list, such as Course Staff, that users can be added to.
<h2>
${_("Administration List Management")}
</h2>
...
...
@@ -213,7 +213,7 @@
></div>
%endif
</
div
>
</
section
>
%if course.is_cohorted:
<hr
class=
"divider"
/>
...
...
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