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
77343519
Commit
77343519
authored
Feb 11, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio - settings: revising enumerated item lists
parent
274d1752
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
19 deletions
+29
-19
cms/static/client_templates/course_grade_policy.html
+1
-1
cms/static/sass/_settings.scss
+27
-5
cms/templates/settings_graders.html
+1
-13
No files found.
cms/static/client_templates/course_grade_policy.html
View file @
77343519
...
...
@@ -32,6 +32,6 @@
</div>
<div
class=
"actions"
>
<a
href=
"#"
class=
"
delete-button standard remove-item remove-grading-data"
><span
class=
"delete-icon"
></span>
Delete Assignment Typ
e
</a>
<a
href=
"#"
class=
"
button delete-button standard remove-item remove-grading-data"
><span
class=
"delete-icon"
></span>
Delet
e
</a>
</div>
</li>
cms/static/sass/_settings.scss
View file @
77343519
...
...
@@ -65,6 +65,7 @@ body.course.settings {
.remove-item
{
@include
white-button
;
@include
font-size
(
13
);
font-weight
:
400
;
}
.new-button
{
...
...
@@ -148,6 +149,32 @@ body.course.settings {
@include
clearfix
();
margin
:
0
0
(
$baseline
/
2
)
0
;
}
// enumerated/grouped lists
&
.enum
{
.field-group
{
@include
box-sizing
(
border-box
);
@include
border-radius
(
3px
);
background
:
$gray-l5
;
padding
:
(
$baseline
/
2
);
&
:last-child
{
padding-bottom
:
(
$baseline
/
2
);
}
.actions
{
@include
clearfix
();
margin-top
:
(
$baseline
/
2
);
border-top
:
1px
solid
$gray-l4
;
padding-top
:
(
$baseline
/
2
);
.remove-item
{
float
:
right
;
}
}
}
}
}
// existing inputs
...
...
@@ -527,11 +554,6 @@ body.course.settings {
margin
:
0
;
}
}
>
.actions
{
border-top
:
1px
solid
$gray-l5
;
padding-top
:
$baseline
;
}
}
}
...
...
cms/templates/settings_graders.html
View file @
77343519
...
...
@@ -112,19 +112,7 @@ from contentstore import utils
</header>
<ol
class=
"list-input course-grading-assignment-list enum"
>
<li
class=
"field-group field-group-course-start"
id=
"course-start"
>
<div
class=
"field date"
id=
"field-course-start-date"
>
<label
for=
"course-start-date"
>
Course Start Date
</label>
<input
type=
"text"
class=
"start-date date start datepicker"
id=
"course-start-date"
placeholder=
"MM/DD/YYYY"
autocomplete=
"off"
/>
<span
class=
"tip tip-stacked"
>
First day the course begins
</span>
</div>
<div
class=
"field time"
id=
"field-course-start-time"
>
<label
for=
"course-start-time"
>
Course Start Time
</label>
<input
type=
"text"
class=
"time start timepicker"
id=
"course-start-time"
value=
""
placeholder=
"HH:MM"
autocomplete=
"off"
/>
<span
class=
"tip tip-stacked"
id=
"timezone"
></span>
</div>
</li>
</ol>
<div
class=
"actions"
>
...
...
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