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
72810305
Commit
72810305
authored
Dec 19, 2012
by
Diana Huang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move rubric into a subset of problem in CSS.
parent
11d5eea2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
44 deletions
+45
-44
common/lib/xmodule/xmodule/css/capa/display.scss
+45
-44
No files found.
common/lib/xmodule/xmodule/css/capa/display.scss
View file @
72810305
...
...
@@ -20,50 +20,6 @@ h2 {
color
:
darken
(
$error-red
,
10%
);
}
.rubric
{
tr
{
margin
:
10px
0px
;
height
:
100%
;
}
td
{
padding
:
20px
0px
;
margin
:
10px
0px
;
height
:
100%
;
}
th
{
padding
:
5px
;
margin
:
5px
;
}
label
,
.view-only
{
margin
:
10px
;
position
:
relative
;
padding
:
15px
;
width
:
175px
;
height
:
100%
;
display
:
inline-block
;
min-height
:
50px
;
min-width
:
50px
;
background-color
:
#CCC
;
text-size
:
1
.5em
;
}
.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
;
}
}
section
.problem
{
@media
print
{
...
...
@@ -752,4 +708,49 @@ section.problem {
}
}
}
.rubric
{
tr
{
margin
:
10px
0px
;
height
:
100%
;
}
td
{
padding
:
20px
0px
;
margin
:
10px
0px
;
height
:
100%
;
}
th
{
padding
:
5px
;
margin
:
5px
;
}
label
,
.view-only
{
margin
:
10px
;
position
:
relative
;
padding
:
15px
;
width
:
200px
;
height
:
100%
;
display
:
inline-block
;
min-height
:
50px
;
min-width
:
50px
;
background-color
:
#CCC
;
text-size
:
1
.5em
;
}
.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