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
3a84bafa
Commit
3a84bafa
authored
Mar 15, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Plain Diff
merged in kf-links
parents
3da8b813
057185f6
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
33 additions
and
13 deletions
+33
-13
sass/base/_base.scss
+6
-1
sass/base/_extends.scss
+6
-0
sass/courseware/_sequence-nav.scss
+7
-4
sass/courseware/_video.scss
+1
-0
sass/discussion/_answers.scss
+1
-0
sass/discussion/_question-view.scss
+6
-6
sass/discussion/_tags.scss
+2
-0
sass/layout/_footer.scss
+1
-0
sass/layout/_header.scss
+3
-2
No files found.
sass/base/_base.scss
View file @
3a84bafa
...
@@ -61,8 +61,13 @@ a {
...
@@ -61,8 +61,13 @@ a {
text-decoration
:none
;
text-decoration
:none
;
}
}
p
&
,
li
>
&
,
span
>
&
,
.inline
{
border-bottom
:
1px
solid
#bbb
;
font-style
:
italic
;
}
&
:hover
,
&
:focus
{
&
:hover
,
&
:focus
{
text-decoration
:underline
;
color
:
#000
;
}
}
}
}
...
...
sass/base/_extends.scss
View file @
3a84bafa
...
@@ -79,6 +79,11 @@ h1.top-header {
...
@@ -79,6 +79,11 @@ h1.top-header {
text-transform
:
none
;
text-transform
:
none
;
}
}
a
{
font-style
:
normal
;
border
:
none
;
}
.bottom-border
{
.bottom-border
{
@include
box-shadow
(
0
1px
0
#eee
);
@include
box-shadow
(
0
1px
0
#eee
);
border-bottom
:
1px
solid
#d3d3d3
;
border-bottom
:
1px
solid
#d3d3d3
;
...
@@ -180,6 +185,7 @@ h1.top-header {
...
@@ -180,6 +185,7 @@ h1.top-header {
}
}
a
{
a
{
border-bottom
:
0
;
color
:
darken
(
$cream
,
80%
);
color
:
darken
(
$cream
,
80%
);
&
:hover
{
&
:hover
{
...
...
sass/courseware/_sequence-nav.scss
View file @
3a84bafa
...
@@ -237,6 +237,7 @@ section.course-content {
...
@@ -237,6 +237,7 @@ section.course-content {
ul
{
ul
{
@extend
.clearfix
;
@extend
.clearfix
;
background-color
:
darken
(
#F6EFD4
,
5%
);
border
:
1px
solid
darken
(
#f6efd4
,
20%
);
border
:
1px
solid
darken
(
#f6efd4
,
20%
);
border-bottom
:
0
;
border-bottom
:
0
;
@include
border-radius
(
3px
3px
0
0
);
@include
border-radius
(
3px
3px
0
0
);
...
@@ -254,6 +255,8 @@ section.course-content {
...
@@ -254,6 +255,8 @@ section.course-content {
a
{
a
{
background-position
:
center
center
;
background-position
:
center
center
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
border-bottom
:
none
;
display
:
block
;
padding
:
lh
(
.75
)
4px
;
padding
:
lh
(
.75
)
4px
;
text-indent
:
-9999px
;
text-indent
:
-9999px
;
width
:
45px
;
width
:
45px
;
...
@@ -261,16 +264,16 @@ section.course-content {
...
@@ -261,16 +264,16 @@ section.course-content {
@include
transition
(
all
,
.4s
,
$ease-in-out-quad
);
@include
transition
(
all
,
.4s
,
$ease-in-out-quad
);
&
:hover
{
&
:hover
{
text-decoration
:
none
;
background-color
:
darken
(
$cream
,
10%
);
color
:
darken
(
#F6EFD4
,
60%
);
color
:
darken
(
$cream
,
60%
);
color
:
darken
(
$cream
,
60%
);
text-decoration
:
none
;
opacity
:
.5
;
opacity
:
.5
;
background-color
:
darken
(
$cream
,
10%
)
;
text-decoration
:
none
;
}
}
&
.disabled
{
&
.disabled
{
opacity
:
.4
;
background-color
:
lighten
(
$cream
,
10%
);
background-color
:
lighten
(
$cream
,
10%
);
opacity
:
.4
;
}
}
}
}
}
}
...
...
sass/courseware/_video.scss
View file @
3a84bafa
...
@@ -95,6 +95,7 @@ section.course-content {
...
@@ -95,6 +95,7 @@ section.course-content {
a
{
a
{
@include
box-shadow
(
1px
0
0
#555
);
@include
box-shadow
(
1px
0
0
#555
);
border-bottom
:
none
;
border-right
:
1px
solid
#000
;
border-right
:
1px
solid
#000
;
display
:
block
;
display
:
block
;
cursor
:
pointer
;
cursor
:
pointer
;
...
...
sass/discussion/_answers.scss
View file @
3a84bafa
...
@@ -125,6 +125,7 @@ div.paginator {
...
@@ -125,6 +125,7 @@ div.paginator {
a
{
a
{
color
:
#555
;
color
:
#555
;
text-decoration
:
none
;
text-decoration
:
none
;
border-bottom
:
none
;
}
}
}
}
}
}
...
...
sass/discussion/_question-view.scss
View file @
3a84bafa
...
@@ -64,7 +64,6 @@ div.question-header {
...
@@ -64,7 +64,6 @@ div.question-header {
overflow
:
hidden
;
overflow
:
hidden
;
padding
:
5px
0
10px
;
padding
:
5px
0
10px
;
div
.tag-list
{
div
.tag-list
{
display
:
inline-block
;
display
:
inline-block
;
float
:left
;
float
:left
;
...
@@ -79,7 +78,6 @@ div.question-header {
...
@@ -79,7 +78,6 @@ div.question-header {
width
:
flex-grid
(
4
,
8
);
width
:
flex-grid
(
4
,
8
);
a
{
a
{
&
.question-delete
{
&
.question-delete
{
color
:
$mit-red
;
color
:
$mit-red
;
text-decoration
:
none
;
text-decoration
:
none
;
...
@@ -122,6 +120,11 @@ div.question-header {
...
@@ -122,6 +120,11 @@ div.question-header {
width
:
20%
;
width
:
20%
;
border-left
:
1px
dashed
#ddd
;
border-left
:
1px
dashed
#ddd
;
a
{
border-bottom
:
none
;
font-style
:
normal
;
}
div
.post-update-info
{
div
.post-update-info
{
@include
box-sizing
(
border-box
);
@include
box-sizing
(
border-box
);
padding
:
10px
;
padding
:
10px
;
...
@@ -140,10 +143,6 @@ div.question-header {
...
@@ -140,10 +143,6 @@ div.question-header {
}
}
}
}
a
{
color
:
$mit-red
;
}
div
.change-date
{
div
.change-date
{
font-size
:
12px
;
font-size
:
12px
;
margin-bottom
:
2px
;
margin-bottom
:
2px
;
...
@@ -327,6 +326,7 @@ div.question-header {
...
@@ -327,6 +326,7 @@ div.question-header {
div
.controls
{
div
.controls
{
border-top
:
1px
solid
#efefef
;
border-top
:
1px
solid
#efefef
;
text-align
:
right
;
text-align
:
right
;
a
{
a
{
display
:
inline-block
;
display
:
inline-block
;
font-size
:
12px
;
font-size
:
12px
;
...
...
sass/discussion/_tags.scss
View file @
3a84bafa
...
@@ -51,6 +51,8 @@ ul.tags {
...
@@ -51,6 +51,8 @@ ul.tags {
a
{
a
{
color
:
#555
;
color
:
#555
;
text-decoration
:
none
;
text-decoration
:
none
;
border-bottom
:
none
;
font-style
:
normal
;
}
}
}
}
}
}
...
...
sass/layout/_footer.scss
View file @
3a84bafa
...
@@ -72,6 +72,7 @@ footer {
...
@@ -72,6 +72,7 @@ footer {
height
:
29px
;
height
:
29px
;
width
:
28px
;
width
:
28px
;
text-indent
:
-9999px
;
text-indent
:
-9999px
;
border-bottom
:
0
;
&
:hover
{
&
:hover
{
opacity
:
.8
;
opacity
:
.8
;
...
...
sass/layout/_header.scss
View file @
3a84bafa
...
@@ -52,7 +52,7 @@ div.header-wrapper {
...
@@ -52,7 +52,7 @@ div.header-wrapper {
a
{
a
{
color
:
#fff
;
color
:
#fff
;
text-decoration
:
none
;
border
:
none
;
&
:hover
{
&
:hover
{
color
:
rgba
(
#fff
,
.7
);
color
:
rgba
(
#fff
,
.7
);
...
@@ -104,7 +104,8 @@ div.header-wrapper {
...
@@ -104,7 +104,8 @@ div.header-wrapper {
display
:
block
;
display
:
block
;
font-weight
:
bold
;
font-weight
:
bold
;
padding
:
10px
lh
()
8px
;
padding
:
10px
lh
()
8px
;
text-decoration
:
none
;
border
:
none
;
font-style
:
normal
;
@media
screen
and
(
max-width
:
1020px
)
{
@media
screen
and
(
max-width
:
1020px
)
{
padding
:
10px
lh
(
.7
)
8px
;
padding
:
10px
lh
(
.7
)
8px
;
...
...
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