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
278c731a
Commit
278c731a
authored
Nov 20, 2012
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
settings - made assignment types user-determined fields vs. pre-set types in UI
parent
f29f605f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
4 deletions
+13
-4
cms/static/sass/_settings.scss
+13
-4
cms/templates/settings.html
+0
-0
No files found.
cms/static/sass/_settings.scss
View file @
278c731a
...
...
@@ -83,7 +83,7 @@
.detail
{
float
:
right
;
mar
ig
n-top
:
3px
;
mar
gi
n-top
:
3px
;
color
:
$mediumGrey
;
font-size
:
13px
;
}
...
...
@@ -231,7 +231,7 @@
&
.multi
{
display
:
block
;
background
:
tint
(
$lightGrey
,
50%
);
padding
:
15px
;
padding
:
20px
15px
;
@include
border-radius
(
4px
);
@include
box-sizing
(
border-box
);
...
...
@@ -298,6 +298,9 @@
&
:last-child
{
border
:
0
;
}
.row
{
}
}
}
...
...
@@ -481,9 +484,15 @@
.settings-grading
{
.course-grading-gradeweight
,
.course-grading-totalassignments
,
.course-grading-totalassignmentsdroppable
{
.input-list
{
.row
{
input
{
.input
{
&
:last-child
{
margin-bottom
:
0
;
padding-bottom
:
0
;
}
}
}
}
}
...
...
cms/templates/settings.html
View file @
278c731a
This diff is collapsed.
Click to expand it.
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