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
f0638f8a
Commit
f0638f8a
authored
Sep 13, 2012
by
kimth
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #677 from MITx/bug/kfiedler/tonys-bugs
A bunch of solutions for bugs Tony had reported
parents
bee1c50d
5c76a1fb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
common/lib/xmodule/xmodule/css/capa/display.scss
+2
-2
common/lib/xmodule/xmodule/css/video/display.scss
+2
-0
lms/static/sass/course/courseware/_courseware.scss
+4
-0
No files found.
common/lib/xmodule/xmodule/css/capa/display.scss
View file @
f0638f8a
...
@@ -158,7 +158,7 @@ section.problem {
...
@@ -158,7 +158,7 @@ section.problem {
border
:
1px
solid
#e3e3e3
;
border
:
1px
solid
#e3e3e3
;
@include
inline-block
;
@include
inline-block
;
@include
border-radius
(
4px
);
@include
border-radius
(
4px
);
min-width
:
30
0
px
;
min-width
:
30px
;
}
}
}
}
}
}
...
@@ -436,7 +436,7 @@ section.problem {
...
@@ -436,7 +436,7 @@ section.problem {
.detailed-solution
{
.detailed-solution
{
border
:
1px
solid
#ddd
;
border
:
1px
solid
#ddd
;
padding
:
9px
9
px
20px
;
padding
:
9px
15
px
20px
;
margin-bottom
:
10px
;
margin-bottom
:
10px
;
background
:
#FFF
;
background
:
#FFF
;
position
:
relative
;
position
:
relative
;
...
...
common/lib/xmodule/xmodule/css/video/display.scss
View file @
f0638f8a
...
@@ -157,6 +157,7 @@ div.video {
...
@@ -157,6 +157,7 @@ div.video {
opacity
:
1
;
opacity
:
1
;
padding
:
0
;
padding
:
0
;
margin
:
0
;
margin
:
0
;
list-style
:
none
;
}
}
}
}
...
@@ -411,6 +412,7 @@ div.video {
...
@@ -411,6 +412,7 @@ div.video {
width
:
flex-grid
(
3
,
9
);
width
:
flex-grid
(
3
,
9
);
margin
:
0
;
margin
:
0
;
font-size
:
14px
;
font-size
:
14px
;
list-style
:
none
;
li
{
li
{
border
:
0
;
border
:
0
;
...
...
lms/static/sass/course/courseware/_courseware.scss
View file @
f0638f8a
...
@@ -98,6 +98,10 @@ div.course-wrapper {
...
@@ -98,6 +98,10 @@ div.course-wrapper {
}
}
}
}
nav
.sequence-nav
ul
li
.prev
{
left
:
4px
;
}
nav
.sequence-bottom
{
nav
.sequence-bottom
{
ul
{
ul
{
list-style
:
none
;
list-style
:
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