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
69d5c005
Commit
69d5c005
authored
Jan 31, 2013
by
Diana Huang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactor rubric CSS into a single file.
parent
1c09d9ca
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
54 additions
and
87 deletions
+54
-87
common/lib/xmodule/xmodule/css/combinedopenended/display.scss
+0
-41
lms/static/sass/course.scss
+1
-0
lms/static/sass/course/_rubric.scss
+52
-0
lms/static/sass/course/_staff_grading.scss
+1
-46
No files found.
common/lib/xmodule/xmodule/css/combinedopenended/display.scss
View file @
69d5c005
...
...
@@ -231,47 +231,6 @@ div.result-container {
}
}
div
.result-container
,
section
.open-ended-child
{
.rubric
{
margin-bottom
:
25px
;
tr
{
margin
:
10px
0px
;
height
:
100%
;
}
td
{
padding
:
20px
0px
25px
0px
;
margin
:
10px
0px
;
height
:
100%
;
}
th
{
padding
:
5px
;
margin
:
5px
;
}
label
,
.view-only
{
margin
:
2px
;
position
:
relative
;
padding
:
10px
15px
25px
15px
;
width
:
145px
;
height
:
100%
;
display
:
inline-block
;
min-height
:
50px
;
min-width
:
50px
;
background-color
:
#CCC
;
font-size
:
.85em
;
}
.grade
{
position
:
absolute
;
bottom
:
0px
;
right
:
0px
;
margin
:
10px
;
}
.selected-grade
{
background
:
#666
;
color
:
white
;
}
}
}
section
.open-ended-child
{
@media
print
{
...
...
lms/static/sass/course.scss
View file @
69d5c005
...
...
@@ -44,6 +44,7 @@
@import
"course/gradebook"
;
@import
"course/tabs"
;
@import
"course/staff_grading"
;
@import
"course/rubric"
;
// instructor
@import
"course/instructor/instructor"
;
...
...
lms/static/sass/course/_rubric.scss
0 → 100644
View file @
69d5c005
.rubric
{
padding
:
40px
0px
;
tr
{
margin
:
10px
0px
;
height
:
100%
;
}
td
{
padding
:
20px
0px
25px
0px
;
height
:
100%
;
border
:
1px
black
solid
;
}
th
{
padding
:
5px
;
margin
:
5px
;
text-align
:
center
;
}
.points-header
th
{
padding
:
0px
;
}
label
,
.view-only
{
margin
:
2px
;
position
:
relative
;
padding
:
15px
15px
25px
15px
;
width
:
130px
;
height
:
100%
;
min-height
:
50px
;
min-width
:
50px
;
font-size
:
.9em
;
background-color
:
white
;
display
:
block
;
}
.grade
{
position
:
absolute
;
bottom
:
0px
;
right
:
0px
;
margin
:
10px
;
}
.selected-grade
{
background
:
#666
;
color
:
white
;
}
input
[
type
=
radio
]
:checked
+
label
{
background
:
#666
;
color
:
white
;
}
input
[
class
=
'score-selection'
]
{
position
:
relative
;
margin-left
:
10px
;
font-size
:
16px
;
}
}
lms/static/sass/course/_staff_grading.scss
View file @
69d5c005
...
...
@@ -12,7 +12,7 @@ div.peer-grading{
label
{
margin
:
10px
;
padding
:
5px
;
display
:
inline-block
;
@include
inline-block
;
min-width
:
50px
;
background-color
:
#CCC
;
text-size
:
1
.5em
;
...
...
@@ -176,49 +176,4 @@ div.peer-grading{
}
}
padding
:
40px
;
.rubric
{
tr
{
margin
:
10px
0px
;
height
:
100%
;
}
td
{
padding
:
20px
0px
25px
0px
;
height
:
100%
;
}
th
{
padding
:
5px
;
margin
:
5px
;
}
label
,
.view-only
{
margin
:
2px
;
position
:
relative
;
padding
:
15px
15px
25px
15px
;
width
:
150px
;
height
:
100%
;
display
:
inline-block
;
min-height
:
50px
;
min-width
:
50px
;
background-color
:
#CCC
;
font-size
:
.9em
;
}
.grade
{
position
:
absolute
;
bottom
:
0px
;
right
:
0px
;
margin
:
10px
;
}
.selected-grade
{
background
:
#666
;
color
:
white
;
}
input
[
type
=
radio
]
:checked
+
label
{
background
:
#666
;
color
:
white
;
}
input
[
class
=
'score-selection'
]
{
display
:
none
;
}
}
}
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