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
c5a197eb
Commit
c5a197eb
authored
Oct 15, 2015
by
Frances Botsford
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
possible fix for problem status feedback spacing and partial credit hint
parent
3e5ad298
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
6 deletions
+15
-6
common/lib/xmodule/xmodule/css/capa/display.scss
+15
-6
No files found.
common/lib/xmodule/xmodule/css/capa/display.scss
View file @
c5a197eb
...
...
@@ -43,7 +43,6 @@ $incorrect: $red;
&
:after
{
@extend
%use-font-awesome
;
@include
margin-left
(
17px
);
color
:
$color
;
font-size
:
1
.2em
;
content
:
$fontAwesomeIcon
;
...
...
@@ -174,6 +173,10 @@ div.problem {
@include
status-icon
(
$correct
,
"\f00c"
);
border
:
2px
solid
$correct
;
&
:after
{
@include
margin-left
(
$baseline
*.
75
);
}
// keep green for correct answers on hover.
&
:hover
{
border-color
:
$correct
;
...
...
@@ -184,7 +187,11 @@ div.problem {
@include
status-icon
(
$partiallycorrect
,
"\f069"
);
border
:
2px
solid
$partiallycorrect
;
// keep green for correct answers on hover.
&
:after
{
@include
margin-left
(
$baseline
*.
75
);
}
// keep green for correct answers on hover.
&
:hover
{
border-color
:
$partiallycorrect
;
}
...
...
@@ -194,6 +201,10 @@ div.problem {
@include
status-icon
(
$incorrect
,
"\f00d"
);
border
:
2px
solid
$incorrect
;
&
:after
{
@include
margin-left
(
$baseline
*.
75
);
}
// keep red for incorrect answers on hover.
&
:hover
{
border-color
:
$incorrect
;
...
...
@@ -233,6 +244,7 @@ div.problem {
div
.problem
{
.indicator-container
{
@include
margin-left
(
$baseline
*.
75
);
.status
{
width
:
$baseline
;
...
...
@@ -754,6 +766,7 @@ div.problem {
.status
{
display
:
inline-block
;
margin-top
:
(
$baseline
/
2
);
@include
margin-left
(
$baseline
*.
75
);
background
:
none
;
}
...
...
@@ -815,10 +828,6 @@ div.problem {
margin
:
(
-
$baseline
/
2
)
0
$baseline
;
padding-bottom
:
$baseline
;
select
{
@include
margin-right
(
$baseline
/
2
);
}
.indicator-container
{
display
:
inline-block
;
...
...
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