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
c26126d8
Commit
c26126d8
authored
Sep 03, 2012
by
kimth
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #617 from MITx/feature/kfiedler/detailed-answer
Added styles for detailed solution
parents
df85ac57
e50f6229
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
common/lib/xmodule/xmodule/css/capa/display.scss
+22
-0
No files found.
common/lib/xmodule/xmodule/css/capa/display.scss
View file @
c26126d8
...
...
@@ -392,6 +392,28 @@ section.problem {
}
}
.detailed-solution
{
border
:
1px
solid
#ddd
;
padding
:
9px
9px
20px
;
margin-bottom
:
10px
;
background
:
#FFF
;
position
:
relative
;
@include
box-shadow
(
inset
0
0
0
1px
#eee
);
@include
border-radius
(
3px
);
p
:first-child
{
font-size
:
0
.9em
;
font-weight
:
bold
;
font-style
:
normal
;
text-transform
:
uppercase
;
color
:
#AAA
;
}
p
:last-child
{
margin-bottom
:
0
;
}
}
div
.capa_alert
{
padding
:
8px
12px
;
border
:
1px
solid
#EBE8BF
;
...
...
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