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
02b07254
Commit
02b07254
authored
Jun 10, 2014
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correcting for Bourbon deprecated inline-block() mixin
parent
5150b034
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
85 additions
and
85 deletions
+85
-85
common/lib/xmodule/xmodule/css/capa/display.scss
+12
-12
common/lib/xmodule/xmodule/css/combinedopenended/display.scss
+29
-29
common/lib/xmodule/xmodule/css/sequence/display.scss
+1
-1
lms/static/sass/course/_info.scss
+3
-3
lms/static/sass/course/_open_ended_grading.scss
+3
-3
lms/static/sass/course/_profile.scss
+4
-4
lms/static/sass/course/courseware/_amplifier.scss
+5
-5
lms/static/sass/course/layout/_calculator.scss
+1
-1
lms/static/sass/course/layout/_courseware_header.scss
+2
-2
lms/static/sass/course/wiki/_wiki.scss
+1
-1
lms/static/sass/multicourse/_about_pages.scss
+2
-2
lms/static/sass/multicourse/_course_about.scss
+10
-10
lms/static/sass/multicourse/_courses.scss
+3
-3
lms/static/sass/multicourse/_dashboard.scss
+1
-1
lms/static/sass/multicourse/_home.scss
+2
-2
lms/static/sass/shared/_header.scss
+5
-5
lms/static/sass/shared/_modal.scss
+1
-1
No files found.
common/lib/xmodule/xmodule/css/capa/display.scss
View file @
02b07254
...
@@ -156,7 +156,7 @@ div.problem {
...
@@ -156,7 +156,7 @@ div.problem {
&
.unanswered
{
&
.unanswered
{
p
.status
{
p
.status
{
@include
inline-block
()
;
display
:
inline-block
;
width
:
14px
;
width
:
14px
;
height
:
14px
;
height
:
14px
;
background
:
url('../images/unanswered-icon.png')
center
center
no-repeat
;
background
:
url('../images/unanswered-icon.png')
center
center
no-repeat
;
...
@@ -165,7 +165,7 @@ div.problem {
...
@@ -165,7 +165,7 @@ div.problem {
&
.correct
,
&
.ui-icon-check
{
&
.correct
,
&
.ui-icon-check
{
p
.status
{
p
.status
{
@include
inline-block
()
;
display
:
inline-block
;
width
:
25px
;
width
:
25px
;
height
:
20px
;
height
:
20px
;
background
:
url('../images/correct-icon.png')
center
center
no-repeat
;
background
:
url('../images/correct-icon.png')
center
center
no-repeat
;
...
@@ -178,7 +178,7 @@ div.problem {
...
@@ -178,7 +178,7 @@ div.problem {
&
.processing
{
&
.processing
{
p
.status
{
p
.status
{
@include
inline-block
()
;
display
:
inline-block
;
width
:
20px
;
width
:
20px
;
height
:
20px
;
height
:
20px
;
background
:
url('../images/spinner.gif')
center
center
no-repeat
;
background
:
url('../images/spinner.gif')
center
center
no-repeat
;
...
@@ -191,7 +191,7 @@ div.problem {
...
@@ -191,7 +191,7 @@ div.problem {
&
.incorrect
,
&
.incomplete
,
&
.ui-icon-close
{
&
.incorrect
,
&
.incomplete
,
&
.ui-icon-close
{
p
.status
{
p
.status
{
@include
inline-block
()
;
display
:
inline-block
;
width
:
20px
;
width
:
20px
;
height
:
20px
;
height
:
20px
;
background
:
url('../images/incorrect-icon.png')
center
center
no-repeat
;
background
:
url('../images/incorrect-icon.png')
center
center
no-repeat
;
...
@@ -209,7 +209,7 @@ div.problem {
...
@@ -209,7 +209,7 @@ div.problem {
}
}
p
.answer
{
p
.answer
{
@include
inline-block
()
;
display
:
inline-block
;
margin-bottom
:
0
;
margin-bottom
:
0
;
margin-left
:
$baseline
/
2
;
margin-left
:
$baseline
/
2
;
...
@@ -244,7 +244,7 @@ div.problem {
...
@@ -244,7 +244,7 @@ div.problem {
margin-bottom
:
0
;
margin-bottom
:
0
;
&
.math
{
&
.math
{
@include
inline-block
;
display
:
inline-block
;
padding
:
6px
;
padding
:
6px
;
min-width
:
30px
;
min-width
:
30px
;
border
:
1px
solid
#e3e3e3
;
border
:
1px
solid
#e3e3e3
;
...
@@ -256,7 +256,7 @@ div.problem {
...
@@ -256,7 +256,7 @@ div.problem {
span
{
span
{
&
.unanswered
,
&
.ui-icon-bullet
{
&
.unanswered
,
&
.ui-icon-bullet
{
@include
inline-block
()
;
display
:
inline-block
;
position
:
relative
;
position
:
relative
;
top
:
4px
;
top
:
4px
;
width
:
14px
;
width
:
14px
;
...
@@ -265,7 +265,7 @@ div.problem {
...
@@ -265,7 +265,7 @@ div.problem {
}
}
&
.processing
,
&
.ui-icon-processing
{
&
.processing
,
&
.ui-icon-processing
{
@include
inline-block
()
;
display
:
inline-block
;
position
:
relative
;
position
:
relative
;
top
:
6px
;
top
:
6px
;
width
:
25px
;
width
:
25px
;
...
@@ -274,7 +274,7 @@ div.problem {
...
@@ -274,7 +274,7 @@ div.problem {
}
}
&
.correct
,
&
.ui-icon-check
{
&
.correct
,
&
.ui-icon-check
{
@include
inline-block
()
;
display
:
inline-block
;
position
:
relative
;
position
:
relative
;
top
:
3px
;
top
:
3px
;
width
:
25px
;
width
:
25px
;
...
@@ -283,7 +283,7 @@ div.problem {
...
@@ -283,7 +283,7 @@ div.problem {
}
}
&
.partially-correct
{
&
.partially-correct
{
@include
inline-block
()
;
display
:
inline-block
;
position
:
relative
;
position
:
relative
;
top
:
6px
;
top
:
6px
;
width
:
25px
;
width
:
25px
;
...
@@ -292,7 +292,7 @@ div.problem {
...
@@ -292,7 +292,7 @@ div.problem {
}
}
&
.incorrect
,
&
.incomplete
,
&
.ui-icon-close
{
&
.incorrect
,
&
.incomplete
,
&
.ui-icon-close
{
@include
inline-block
()
;
display
:
inline-block
;
position
:
relative
;
position
:
relative
;
top
:
3px
;
top
:
3px
;
width
:
20px
;
width
:
20px
;
...
@@ -623,7 +623,7 @@ div.problem {
...
@@ -623,7 +623,7 @@ div.problem {
// border-radius: 3px;
// border-radius: 3px;
// padding: 8px 12px;
// padding: 8px 12px;
// margin-top: 10px;
// margin-top: 10px;
@include
inline-block
;
display
:
inline-block
;
margin
:
8px
0
0
$baseline
/
2
;
margin
:
8px
0
0
$baseline
/
2
;
color
:
#777
;
color
:
#777
;
font-style
:
italic
;
font-style
:
italic
;
...
...
common/lib/xmodule/xmodule/css/combinedopenended/display.scss
View file @
02b07254
...
@@ -22,7 +22,7 @@ h2 {
...
@@ -22,7 +22,7 @@ h2 {
// Problem Header
// Problem Header
div
.name
{
div
.name
{
padding-bottom
:
15px
;
padding-bottom
:
15px
;
h2
{
h2
{
display
:
inline
;
display
:
inline
;
}
}
...
@@ -40,7 +40,7 @@ div.name{
...
@@ -40,7 +40,7 @@ div.name{
section
.combined-open-ended
{
section
.combined-open-ended
{
@include
clearfix
;
@include
clearfix
;
.written-feedback
{
.written-feedback
{
position
:
relative
;
position
:
relative
;
margin
:
0px
;
margin
:
0px
;
...
@@ -50,7 +50,7 @@ section.combined-open-ended {
...
@@ -50,7 +50,7 @@ section.combined-open-ended {
resize
:
vertical
;
resize
:
vertical
;
width
:
99%
;
width
:
99%
;
overflow
:
auto
;
overflow
:
auto
;
.del
{
.del
{
text-decoration
:
line-through
;
text-decoration
:
line-through
;
background-color
:
#ffc3c3
;
background-color
:
#ffc3c3
;
...
@@ -69,7 +69,7 @@ div.problemwrapper {
...
@@ -69,7 +69,7 @@ div.problemwrapper {
.status-bar
{
.status-bar
{
background-color
:
#eee
;
background-color
:
#eee
;
border-radius
:
$baseline
/
2
$baseline
/
2
0
0
;
border-radius
:
$baseline
/
2
$baseline
/
2
0
0
;
border-bottom
:
1px
solid
lightgray
;
border-bottom
:
1px
solid
lightgray
;
.statustable
{
.statustable
{
width
:
100%
;
width
:
100%
;
...
@@ -155,7 +155,7 @@ section.combined-open-ended-status {
...
@@ -155,7 +155,7 @@ section.combined-open-ended-status {
&
:only-child
{
&
:only-child
{
border-radius
:
$baseline
/
4
;
border-radius
:
$baseline
/
4
;
}
}
.show-results
{
.show-results
{
margin-top
:
.3em
;
margin-top
:
.3em
;
text-align
:right
;
text-align
:right
;
...
@@ -168,12 +168,12 @@ section.combined-open-ended-status {
...
@@ -168,12 +168,12 @@ section.combined-open-ended-status {
.statusitem-current
{
.statusitem-current
{
background-color
:
#fff
;
background-color
:
#fff
;
color
:
#222
;
color
:
#222
;
}
}
span
{
span
{
&
.unanswered
{
&
.unanswered
{
@include
inline-block
()
;
display
:
inline-block
;
position
:
relative
;
position
:
relative
;
float
:
right
;
float
:
right
;
width
:
14px
;
width
:
14px
;
...
@@ -182,7 +182,7 @@ section.combined-open-ended-status {
...
@@ -182,7 +182,7 @@ section.combined-open-ended-status {
}
}
&
.correct
{
&
.correct
{
@include
inline-block
()
;
display
:
inline-block
;
position
:
relative
;
position
:
relative
;
float
:
right
;
float
:
right
;
width
:
25px
;
width
:
25px
;
...
@@ -191,7 +191,7 @@ section.combined-open-ended-status {
...
@@ -191,7 +191,7 @@ section.combined-open-ended-status {
}
}
&
.incorrect
{
&
.incorrect
{
@include
inline-block
()
;
display
:
inline-block
;
position
:
relative
;
position
:
relative
;
float
:
right
;
float
:
right
;
width
:
20px
;
width
:
20px
;
...
@@ -212,14 +212,14 @@ section.combined-open-ended-status {
...
@@ -212,14 +212,14 @@ section.combined-open-ended-status {
.visibility-control
,
.visibility-control-prompt
{
.visibility-control
,
.visibility-control-prompt
{
display
:
block
;
display
:
block
;
width
:
100%
;
width
:
100%
;
height
:
40px
;
height
:
40px
;
.inner
{
.inner
{
float
:
left
;
float
:
left
;
margin-top
:
$baseline
;
margin-top
:
$baseline
;
width
:
85%
;
width
:
85%
;
height
:
5px
;
height
:
5px
;
border-top
:
1px
dotted
#ddd
;
border-top
:
1px
dotted
#ddd
;
}
}
}
}
...
@@ -234,7 +234,7 @@ section.combined-open-ended-status {
...
@@ -234,7 +234,7 @@ section.combined-open-ended-status {
// Rubric Styling
// Rubric Styling
.wrapper-score-selection
{
.wrapper-score-selection
{
display
:
table-cell
;
display
:
table-cell
;
padding
:
0
$baseline
/
2
;
padding
:
0
$baseline
/
2
;
width
:
20px
;
width
:
20px
;
...
@@ -277,7 +277,7 @@ div.combined-rubric-container {
...
@@ -277,7 +277,7 @@ div.combined-rubric-container {
margin
:
0
$baseline
$baseline
/
2
$baseline
;
margin
:
0
$baseline
$baseline
/
2
$baseline
;
padding
:
0
;
padding
:
0
;
list-style-type
:
none
;
list-style-type
:
none
;
li
{
li
{
&
.rubric-list-item
{
&
.rubric-list-item
{
...
@@ -325,7 +325,7 @@ div.combined-rubric-container {
...
@@ -325,7 +325,7 @@ div.combined-rubric-container {
padding
:
5px
;
padding
:
5px
;
}
}
}
}
div
.result-container
{
div
.result-container
{
padding-top
:
$baseline
/
2
;
padding-top
:
$baseline
/
2
;
padding-bottom
:
$baseline
/
4
;
padding-bottom
:
$baseline
/
4
;
...
@@ -343,7 +343,7 @@ div.result-container {
...
@@ -343,7 +343,7 @@ div.result-container {
.evaluation-response
{
.evaluation-response
{
margin-bottom
:
2px
;
margin-bottom
:
2px
;
header
{
header
{
a
{
a
{
font-size
:
.85em
;
font-size
:
.85em
;
...
@@ -403,7 +403,7 @@ div.result-container {
...
@@ -403,7 +403,7 @@ div.result-container {
margin
:
$baseline
/
4
;
margin
:
$baseline
/
4
;
padding
:
$baseline
/
2
$baseline
/
2
$baseline
/
2
$baseline
*
2
;
padding
:
$baseline
/
2
$baseline
/
2
$baseline
/
2
$baseline
*
2
;
background
:
url('../images/incorrect-icon.png')
center
left
no-repeat
;
background
:
url('../images/incorrect-icon.png')
center
left
no-repeat
;
li
{
li
{
color
:
#B00
;
color
:
#B00
;
}
}
...
@@ -481,7 +481,7 @@ div.rubric {
...
@@ -481,7 +481,7 @@ div.rubric {
background-color
:
#eee
;
background-color
:
#eee
;
}
}
.wrapper-score-selection
{
.wrapper-score-selection
{
display
:
table-cell
;
display
:
table-cell
;
padding
:
0
$baseline
/
2
;
padding
:
0
$baseline
/
2
;
width
:
20px
;
width
:
20px
;
...
@@ -561,7 +561,7 @@ section.open-ended-child {
...
@@ -561,7 +561,7 @@ section.open-ended-child {
div
.unanswered
{
div
.unanswered
{
p
.status
{
p
.status
{
@include
inline-block
()
;
display
:
inline-block
;
width
:
14px
;
width
:
14px
;
height
:
14px
;
height
:
14px
;
background
:
url('../images/unanswered-icon.png')
center
center
no-repeat
;
background
:
url('../images/unanswered-icon.png')
center
center
no-repeat
;
...
@@ -570,7 +570,7 @@ section.open-ended-child {
...
@@ -570,7 +570,7 @@ section.open-ended-child {
div
.correct
,
div
.ui-icon-check
{
div
.correct
,
div
.ui-icon-check
{
p
.status
{
p
.status
{
@include
inline-block
()
;
display
:
inline-block
;
width
:
25px
;
width
:
25px
;
height
:
20px
;
height
:
20px
;
background
:
url('../images/correct-icon.png')
center
center
no-repeat
;
background
:
url('../images/correct-icon.png')
center
center
no-repeat
;
...
@@ -583,7 +583,7 @@ section.open-ended-child {
...
@@ -583,7 +583,7 @@ section.open-ended-child {
div
.processing
{
div
.processing
{
p
.status
{
p
.status
{
@include
inline-block
()
;
display
:
inline-block
;
width
:
20px
;
width
:
20px
;
height
:
20px
;
height
:
20px
;
background
:
url('../images/spinner.gif')
center
center
no-repeat
;
background
:
url('../images/spinner.gif')
center
center
no-repeat
;
...
@@ -596,7 +596,7 @@ section.open-ended-child {
...
@@ -596,7 +596,7 @@ section.open-ended-child {
div
.incorrect
,
div
.ui-icon-close
{
div
.incorrect
,
div
.ui-icon-close
{
p
.status
{
p
.status
{
@include
inline-block
()
;
display
:
inline-block
;
width
:
20px
;
width
:
20px
;
height
:
20px
;
height
:
20px
;
background
:
url('../images/incorrect-icon.png')
center
center
no-repeat
;
background
:
url('../images/incorrect-icon.png')
center
center
no-repeat
;
...
@@ -614,7 +614,7 @@ section.open-ended-child {
...
@@ -614,7 +614,7 @@ section.open-ended-child {
}
}
p
.answer
{
p
.answer
{
@include
inline-block
()
;
display
:
inline-block
;
margin-bottom
:
0
;
margin-bottom
:
0
;
margin-left
:
$baseline
/
2
;
margin-left
:
$baseline
/
2
;
...
@@ -633,7 +633,7 @@ section.open-ended-child {
...
@@ -633,7 +633,7 @@ section.open-ended-child {
span
{
span
{
&
.unanswered
,
&
.ui-icon-bullet
{
&
.unanswered
,
&
.ui-icon-bullet
{
@include
inline-block
()
;
display
:
inline-block
;
position
:
relative
;
position
:
relative
;
top
:
4px
;
top
:
4px
;
width
:
14px
;
width
:
14px
;
...
@@ -642,7 +642,7 @@ section.open-ended-child {
...
@@ -642,7 +642,7 @@ section.open-ended-child {
}
}
&
.processing
,
&
.ui-icon-processing
{
&
.processing
,
&
.ui-icon-processing
{
@include
inline-block
()
;
display
:
inline-block
;
position
:
relative
;
position
:
relative
;
top
:
6px
;
top
:
6px
;
width
:
25px
;
width
:
25px
;
...
@@ -651,7 +651,7 @@ section.open-ended-child {
...
@@ -651,7 +651,7 @@ section.open-ended-child {
}
}
&
.correct
,
&
.ui-icon-check
{
&
.correct
,
&
.ui-icon-check
{
@include
inline-block
()
;
display
:
inline-block
;
position
:
relative
;
position
:
relative
;
top
:
6px
;
top
:
6px
;
width
:
25px
;
width
:
25px
;
...
@@ -660,7 +660,7 @@ section.open-ended-child {
...
@@ -660,7 +660,7 @@ section.open-ended-child {
}
}
&
.incorrect
,
&
.ui-icon-close
{
&
.incorrect
,
&
.ui-icon-close
{
@include
inline-block
()
;
display
:
inline-block
;
position
:
relative
;
position
:
relative
;
top
:
6px
;
top
:
6px
;
width
:
20px
;
width
:
20px
;
...
@@ -826,7 +826,7 @@ section.open-ended-child {
...
@@ -826,7 +826,7 @@ section.open-ended-child {
}
}
.submission_feedback
{
.submission_feedback
{
@include
inline-block
;
display
:
inline-block
;
margin
:
8px
0
0
$baseline
/
2
;
margin
:
8px
0
0
$baseline
/
2
;
color
:
#777
;
color
:
#777
;
font-style
:
italic
;
font-style
:
italic
;
...
@@ -944,7 +944,7 @@ section.open-ended-child {
...
@@ -944,7 +944,7 @@ section.open-ended-child {
margin
:
$baseline
/
2
;
margin
:
$baseline
/
2
;
}
}
.reset-button
{
.reset-button
{
vertical-align
:
middle
;
vertical-align
:
middle
;
}
}
}
}
...
@@ -959,7 +959,7 @@ section.open-ended-child {
...
@@ -959,7 +959,7 @@ section.open-ended-child {
.staff-grading
{
.staff-grading
{
.breadcrumbs
{
.breadcrumbs
{
padding
:
$baseline
/
10
;
padding
:
$baseline
/
10
;
background-color
:
#f6f6f6
;
background-color
:
#f6f6f6
;
border-radius
:
5px
;
border-radius
:
5px
;
...
...
common/lib/xmodule/xmodule/css/sequence/display.scss
View file @
02b07254
...
@@ -331,7 +331,7 @@ nav.sequence-bottom {
...
@@ -331,7 +331,7 @@ nav.sequence-bottom {
ul
{
ul
{
@include
clearfix
();
@include
clearfix
();
@include
inline-block
()
;
display
:
inline-block
;
li
{
li
{
float
:
left
;
float
:
left
;
...
...
lms/static/sass/course/_info.scss
View file @
02b07254
...
@@ -137,7 +137,7 @@ div.info-wrapper {
...
@@ -137,7 +137,7 @@ div.info-wrapper {
&
.multiple
{
&
.multiple
{
a
{
a
{
@include
inline-block
;
display
:
inline-block
;
padding
:
0
;
padding
:
0
;
&
:hover
,
&
:focus
{
&
:hover
,
&
:focus
{
...
@@ -158,7 +158,7 @@ div.info-wrapper {
...
@@ -158,7 +158,7 @@ div.info-wrapper {
padding
:
15px
30px
;
padding
:
15px
30px
;
a
{
a
{
@include
inline-block
;
display
:
inline-block
;
padding
:
0
;
padding
:
0
;
&
:hover
,
&
:focus
{
&
:hover
,
&
:focus
{
...
@@ -215,7 +215,7 @@ div.info-wrapper {
...
@@ -215,7 +215,7 @@ div.info-wrapper {
&
:before
{
&
:before
{
color
:
#ccc
;
color
:
#ccc
;
content
:
"•"
;
content
:
"•"
;
@include
inline-block
()
;
display
:
inline-block
;
padding-right
:
8px
;
padding-right
:
8px
;
}
}
...
...
lms/static/sass/course/_open_ended_grading.scss
View file @
02b07254
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
{
{
margin
:
10px
;
margin
:
10px
;
width
:
30%
;
width
:
30%
;
@include
inline-block
;
display
:
inline-block
;
vertical-align
:
top
;
vertical-align
:
top
;
.notification-link
.notification-link
{
{
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
text-align
:
center
;
text-align
:
center
;
}
}
}
}
.notification-title
.notification-title
{
{
text-transform
:
uppercase
;
text-transform
:
uppercase
;
background
:
$blue
;
background
:
$blue
;
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
{
{
padding-top
:
5%
;
padding-top
:
5%
;
}
}
.alert-message
.alert-message
{
{
img
img
{
{
...
...
lms/static/sass/course/_profile.scss
View file @
02b07254
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
div
#location_sub
,
div
#language_sub
{
div
#location_sub
,
div
#language_sub
{
font-weight
:
bold
;
font-weight
:
bold
;
@include
inline-block
()
;
display
:
inline-block
;
form
{
form
{
width
:
100%
;
width
:
100%
;
...
@@ -235,17 +235,17 @@
...
@@ -235,17 +235,17 @@
h3
{
h3
{
font-size
:
em
(
14
);
font-size
:
em
(
14
);
@include
inline-block
;
display
:
inline-block
;
}
}
ol
{
ol
{
list-style
:
none
;
list-style
:
none
;
margin
:
0
;
margin
:
0
;
padding
:
0
;
padding
:
0
;
@include
inline-block
;
display
:
inline-block
;
li
{
li
{
@include
inline-block
;
display
:
inline-block
;
font-size
:
em
(
14
);
font-size
:
em
(
14
);
font-weight
:
normal
;
font-weight
:
normal
;
padding-right
:
1em
;
padding-right
:
1em
;
...
...
lms/static/sass/course/courseware/_amplifier.scss
View file @
02b07254
...
@@ -127,7 +127,7 @@ section.tool-wrapper {
...
@@ -127,7 +127,7 @@ section.tool-wrapper {
p
{
p
{
font-weight
:
bold
;
font-weight
:
bold
;
@include
inline-block
()
;
display
:
inline-block
;
margin
:
0
;
margin
:
0
;
text-shadow
:
0
-1px
0
darken
(
#073642
,
10%
);
text-shadow
:
0
-1px
0
darken
(
#073642
,
10%
);
-webkit-font-smoothing
:
antialiased
;
-webkit-font-smoothing
:
antialiased
;
...
@@ -135,11 +135,11 @@ section.tool-wrapper {
...
@@ -135,11 +135,11 @@ section.tool-wrapper {
}
}
ul
{
ul
{
@include
inline-block
()
;
display
:
inline-block
;
margin-bottom
:
0
;
margin-bottom
:
0
;
li
{
li
{
@include
inline-block
()
;
display
:
inline-block
;
margin-bottom
:
0
;
margin-bottom
:
0
;
input
{
input
{
...
@@ -199,13 +199,13 @@ section.tool-wrapper {
...
@@ -199,13 +199,13 @@ section.tool-wrapper {
select
#musicTypeSelect
{
select
#musicTypeSelect
{
font
:
16px
$body-font-family
;
font
:
16px
$body-font-family
;
@include
inline-block
()
;
display
:
inline-block
;
margin-bottom
:
0
;
margin-bottom
:
0
;
}
}
p
{
p
{
font-weight
:
bold
;
font-weight
:
bold
;
@include
inline-block
()
;
display
:
inline-block
;
margin
:
0
lh
(
.5
)
lh
()
0
;
margin
:
0
lh
(
.5
)
lh
()
0
;
color
:
#839496
;
color
:
#839496
;
text-shadow
:
0
-1px
0
darken
(
#073642
,
10%
);
text-shadow
:
0
-1px
0
darken
(
#073642
,
10%
);
...
...
lms/static/sass/course/layout/_calculator.scss
View file @
02b07254
...
@@ -19,7 +19,7 @@ div.calc-main {
...
@@ -19,7 +19,7 @@ div.calc-main {
float
:
right
;
float
:
right
;
height
:
20px
;
height
:
20px
;
@include
hide-text
;
@include
hide-text
;
@include
inline-block
;
display
:
inline-block
;
margin-right
:
10px
;
margin-right
:
10px
;
padding
:
8px
12px
;
padding
:
8px
12px
;
position
:
relative
;
position
:
relative
;
...
...
lms/static/sass/course/layout/_courseware_header.scss
View file @
02b07254
...
@@ -26,7 +26,7 @@ nav.course-material {
...
@@ -26,7 +26,7 @@ nav.course-material {
&
.prominent
{
&
.prominent
{
margin-right
:
16px
;
margin-right
:
16px
;
background
:
rgba
(
255
,
255
,
255
,
.5
);
background
:
rgba
(
255
,
255
,
255
,
.5
);
border-radius
:
3px
;
border-radius
:
3px
;
}
}
&
.prominent
+
li
{
&
.prominent
+
li
{
...
@@ -98,7 +98,7 @@ header.global.slim {
...
@@ -98,7 +98,7 @@ header.global.slim {
font-family
:
$sans-serif
;
font-family
:
$sans-serif
;
font-size
:
14px
;
font-size
:
14px
;
font-weight
:
bold
;
font-weight
:
bold
;
@include
inline-block
;
display
:
inline-block
;
letter-spacing
:
0
;
letter-spacing
:
0
;
line-height
:
1em
;
line-height
:
1em
;
margin
:
4px
;
margin
:
4px
;
...
...
lms/static/sass/course/wiki/_wiki.scss
View file @
02b07254
...
@@ -793,7 +793,7 @@ section.wiki {
...
@@ -793,7 +793,7 @@ section.wiki {
@include
clearfix
;
@include
clearfix
;
a
{
a
{
@include
inline-block
;
display
:
inline-block
;
}
}
}
}
...
...
lms/static/sass/multicourse/_about_pages.scss
View file @
02b07254
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
color
:
$lighter-base-font-color
;
color
:
$lighter-base-font-color
;
font-family
:
$serif
;
font-family
:
$serif
;
font-style
:
italic
;
font-style
:
italic
;
@include
inline-block
;
display
:
inline-block
;
letter-spacing
:
1px
;
letter-spacing
:
1px
;
margin
:
0px
15px
;
margin
:
0px
15px
;
padding
:
20px
10px
;
padding
:
20px
10px
;
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
width
:
flex-grid
(
3
);
width
:
flex-grid
(
3
);
>
img
{
>
img
{
@include
inline-block
;
display
:
inline-block
;
margin-top
:
26px
;
margin-top
:
26px
;
max-height
:
60px
;
max-height
:
60px
;
}
}
...
...
lms/static/sass/multicourse/_course_about.scss
View file @
02b07254
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
h1
{
h1
{
color
:
$base-font-color
;
color
:
$base-font-color
;
font-weight
:
normal
;
font-weight
:
normal
;
@include
inline-block
;
display
:
inline-block
;
margin
:
0
;
margin
:
0
;
letter-spacing
:
0px
;
letter-spacing
:
0px
;
text-align
:
left
;
text-align
:
left
;
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
}
}
h2
{
h2
{
@include
inline-block
;
display
:
inline-block
;
margin
:
0
;
margin
:
0
;
a
{
a
{
...
@@ -233,14 +233,14 @@
...
@@ -233,14 +233,14 @@
.container
{
.container
{
@include
clearfix
;
@include
clearfix
;
.wrap-instructor-info
{
.wrap-instructor-info
{
&
.studio-view
{
&
.studio-view
{
position
:
relative
;
position
:
relative
;
margin
:
(
$baseline
/
2
)
0
0
0
;
margin
:
(
$baseline
/
2
)
0
0
0
;
overflow
:
hidden
;
overflow
:
hidden
;
}
}
.instructor-info-action
{
.instructor-info-action
{
@extend
%t-copy-sub2
;
@extend
%t-copy-sub2
;
float
:
right
;
float
:
right
;
...
@@ -250,14 +250,14 @@
...
@@ -250,14 +250,14 @@
text-align
:
right
;
text-align
:
right
;
text-transform
:
uppercase
;
text-transform
:
uppercase
;
color
:
$lighter-base-font-color
;
color
:
$lighter-base-font-color
;
&
:hover
{
&
:hover
{
background-color
:
$link-hover
;
background-color
:
$link-hover
;
color
:
$white
;
color
:
$white
;
}
}
}
}
}
}
nav
{
nav
{
border-bottom
:
1px
solid
$border-color-2
;
border-bottom
:
1px
solid
$border-color-2
;
@include
box-sizing
(
border-box
);
@include
box-sizing
(
border-box
);
...
@@ -274,7 +274,7 @@
...
@@ -274,7 +274,7 @@
a
{
a
{
border-bottom
:
3px
solid
transparent
;
border-bottom
:
3px
solid
transparent
;
color
:
$lighter-base-font-color
;
color
:
$lighter-base-font-color
;
@include
inline-block
;
display
:
inline-block
;
letter-spacing
:
1px
;
letter-spacing
:
1px
;
margin
:
0
15px
;
margin
:
0
15px
;
padding
:
0px
5px
15px
;
padding
:
0px
5px
15px
;
...
@@ -299,7 +299,7 @@
...
@@ -299,7 +299,7 @@
margin-right
:
flex-gutter
();
margin-right
:
flex-gutter
();
width
:
flex-grid
(
8
);
width
:
flex-grid
(
8
);
font
:
normal
1em
/
1
.6em
$serif
;
font
:
normal
1em
/
1
.6em
$serif
;
h2
{
h2
{
margin-top
:
(
$baseline
*
1
.5
);
margin-top
:
(
$baseline
*
1
.5
);
}
}
...
@@ -444,7 +444,7 @@
...
@@ -444,7 +444,7 @@
font-family
:
$sans-serif
;
font-family
:
$sans-serif
;
font-style
:
italic
;
font-style
:
italic
;
font-weight
:
800
;
font-weight
:
800
;
@include
inline-block
;
display
:
inline-block
;
letter-spacing
:
0px
;
letter-spacing
:
0px
;
margin-right
:
15px
;
margin-right
:
15px
;
padding-right
:
15px
;
padding-right
:
15px
;
...
@@ -501,7 +501,7 @@
...
@@ -501,7 +501,7 @@
.share
{
.share
{
height
:
44px
;
height
:
44px
;
@include
inline-block
;
display
:
inline-block
;
margin-right
:
10px
;
margin-right
:
10px
;
opacity
:
0
.5
;
opacity
:
0
.5
;
@include
transition
(
all
0
.15s
linear
0s
);
@include
transition
(
all
0
.15s
linear
0s
);
...
...
lms/static/sass/multicourse/_courses.scss
View file @
02b07254
...
@@ -37,11 +37,11 @@
...
@@ -37,11 +37,11 @@
text-align
:
center
;
text-align
:
center
;
hgroup
{
hgroup
{
@include
inline-block
;
display
:
inline-block
;
}
}
.logo
{
.logo
{
@include
inline-block
;
display
:
inline-block
;
height
:
80px
;
height
:
80px
;
margin-right
:
30px
;
margin-right
:
30px
;
padding-right
:
30px
;
padding-right
:
30px
;
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
}
}
h1
,
h2
{
h1
,
h2
{
@include
inline-block
;
display
:
inline-block
;
letter-spacing
:
1px
;
letter-spacing
:
1px
;
margin-bottom
:
0px
;
margin-bottom
:
0px
;
text-shadow
:
0
1px
rgba
(
255
,
255
,
255
,
0
.8
);
text-shadow
:
0
1px
rgba
(
255
,
255
,
255
,
0
.8
);
...
...
lms/static/sass/multicourse/_dashboard.scss
View file @
02b07254
...
@@ -330,7 +330,7 @@
...
@@ -330,7 +330,7 @@
@include
box-sizing
(
border-box
);
@include
box-sizing
(
border-box
);
color
:
$base-font-color
;
color
:
$base-font-color
;
font-family
:
$sans-serif
;
font-family
:
$sans-serif
;
@include
inline-block
;
display
:
inline-block
;
letter-spacing
:
1px
;
letter-spacing
:
1px
;
margin-left
:
5px
;
margin-left
:
5px
;
padding
:
5px
10px
;
padding
:
5px
10px
;
...
...
lms/static/sass/multicourse/_home.scss
View file @
02b07254
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
>
hgroup
{
>
hgroup
{
@include
box-sizing
(
border-box
);
@include
box-sizing
(
border-box
);
@include
inline-block
;
display
:
inline-block
;
left
:
0px
;
left
:
0px
;
opacity
:
1
.0
;
opacity
:
1
.0
;
padding
:
20px
30px
;
padding
:
20px
30px
;
...
@@ -222,7 +222,7 @@
...
@@ -222,7 +222,7 @@
text-align
:
center
;
text-align
:
center
;
li
.partner
{
li
.partner
{
@include
inline-block
;
display
:
inline-block
;
padding
:
0px
30px
;
padding
:
0px
30px
;
position
:
relative
;
position
:
relative
;
vertical-align
:
middle
;
vertical-align
:
middle
;
...
...
lms/static/sass/shared/_header.scss
View file @
02b07254
...
@@ -36,7 +36,7 @@ header.global {
...
@@ -36,7 +36,7 @@ header.global {
}
}
>
li
{
>
li
{
@include
inline-block
;
display
:
inline-block
;
margin-right
:
20px
;
margin-right
:
20px
;
position
:
relative
;
position
:
relative
;
vertical-align
:
middle
;
vertical-align
:
middle
;
...
@@ -56,7 +56,7 @@ header.global {
...
@@ -56,7 +56,7 @@ header.global {
color
:
$link-color
;
color
:
$link-color
;
display
:
block
;
display
:
block
;
font-family
:
$sans-serif
;
font-family
:
$sans-serif
;
@include
inline-block
;
display
:
inline-block
;
margin
:
0px
30px
0px
0px
;
margin
:
0px
30px
0px
0px
;
text-decoration
:
none
;
text-decoration
:
none
;
text-transform
:
uppercase
;
text-transform
:
uppercase
;
...
@@ -85,7 +85,7 @@ header.global {
...
@@ -85,7 +85,7 @@ header.global {
color
:
$base-font-color
;
color
:
$base-font-color
;
display
:
inline-block
;
display
:
inline-block
;
font-family
:
$sans-serif
;
font-family
:
$sans-serif
;
@include
inline-block
;
display
:
inline-block
;
line-height
:
1em
;
line-height
:
1em
;
margin
:
1px
5px
;
margin
:
1px
5px
;
padding
:
10px
12px
;
padding
:
10px
12px
;
...
@@ -123,7 +123,7 @@ header.global {
...
@@ -123,7 +123,7 @@ header.global {
border-radius
:
0
4px
4px
0
;
border-radius
:
0
4px
4px
0
;
border-left
:
none
;
border-left
:
none
;
padding
:
5px
8px
7px
8px
;
padding
:
5px
8px
7px
8px
;
&
.shopping-cart
{
&
.shopping-cart
{
border-radius
:
4px
;
border-radius
:
4px
;
border
:
1px
solid
$border-color-2
;
border
:
1px
solid
$border-color-2
;
...
@@ -146,7 +146,7 @@ header.global {
...
@@ -146,7 +146,7 @@ header.global {
@include
background-image
(
url('../images/small-header-home-icon.png')
);
@include
background-image
(
url('../images/small-header-home-icon.png')
);
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
height
:
26px
;
height
:
26px
;
@include
inline-block
;
display
:
inline-block
;
left
:
8px
;
left
:
8px
;
opacity
:
0
.5
;
opacity
:
0
.5
;
overflow
:
hidden
;
overflow
:
hidden
;
...
...
lms/static/sass/shared/_modal.scss
View file @
02b07254
...
@@ -277,7 +277,7 @@
...
@@ -277,7 +277,7 @@
.close-modal
{
.close-modal
{
border-radius
:
2px
;
border-radius
:
2px
;
cursor
:
pointer
;
cursor
:
pointer
;
@include
inline-block
;
display
:
inline-block
;
padding
:
10px
;
padding
:
10px
;
position
:
absolute
;
position
:
absolute
;
right
:
2px
;
right
:
2px
;
...
...
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