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
df8d0884
Commit
df8d0884
authored
Jan 17, 2013
by
Diana Huang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Display updates to the xmodule.
parent
589e848f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
common/lib/xmodule/xmodule/css/combinedopenended/display.scss
+4
-1
lms/static/sass/course/_staff_grading.scss
+1
-1
lms/templates/self_assessment_rubric.html
+0
-1
No files found.
common/lib/xmodule/xmodule/css/combinedopenended/display.scss
View file @
df8d0884
...
...
@@ -239,7 +239,7 @@ div.result-container, section.open-ended-child {
.view-only
{
margin
:
2px
;
position
:
relative
;
padding
:
15px
;
padding
:
15px
15px
25px
15px
;
width
:
150px
;
height
:
100%
;
display
:
inline-block
;
...
...
@@ -624,4 +624,7 @@ section.open-ended-child {
font-size
:
0
.9em
;
}
.assessment
{
margin
:
40px
0px
20px
0px
;
}
}
lms/static/sass/course/_staff_grading.scss
View file @
df8d0884
...
...
@@ -195,7 +195,7 @@ div.peer-grading{
.view-only
{
margin
:
2px
;
position
:
relative
;
padding
:
15px
;
padding
:
15px
15px
25px
15px
;
width
:
150px
;
height
:
100%
;
display
:
inline-block
;
...
...
lms/templates/self_assessment_rubric.html
View file @
df8d0884
<div
class=
"assessment"
>
<div
class=
"rubric"
>
<h3>
Self-assess your answer with this rubric:
</h3>
${rubric | n }
</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