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
29aea44e
Commit
29aea44e
authored
Feb 06, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added styles to force 100% layout on problems and fixed lab icons
parent
0ab4a4aa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
sass/_courseware.scss
+8
-3
No files found.
sass/_courseware.scss
View file @
29aea44e
...
...
@@ -126,7 +126,7 @@ div.course-wrapper {
}
span
{
&
.unanswered
{
&
.unanswered
,
&
.ui-icon-bullet
{
@include
inline-block
();
background
:
url('/static/images/unanswered-icon.png')
center
center
no-repeat
;
height
:
14px
;
...
...
@@ -135,7 +135,7 @@ div.course-wrapper {
width
:
14px
;
}
&
.correct
{
&
.correct
,
&
.ui-icon-check
{
@include
inline-block
();
background
:
url('/static/images/correct-icon.png')
center
center
no-repeat
;
height
:
20px
;
...
...
@@ -144,7 +144,7 @@ div.course-wrapper {
width
:
25px
;
}
&
.incorrect
{
&
.incorrect
,
&
.ui-icon-close
{
@include
inline-block
();
background
:
url('/static/images/incorrect-icon.png')
center
center
no-repeat
;
height
:
20px
;
...
...
@@ -183,6 +183,11 @@ div.course-wrapper {
@extend
.problem-set
;
}
section
.problems-wrapper
{
display
:
table
;
width
:
100%
;
}
ol
.vert-mod
{
>
li
{
@extend
.clearfix
;
...
...
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