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
bd199ef5
Commit
bd199ef5
authored
Sep 06, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added opencourseware box on course about page
parent
8312ddf0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
56 additions
and
4 deletions
+56
-4
lms/static/images/link-icon.png
+0
-0
lms/static/images/opencourseware.png
+0
-0
lms/static/sass/multicourse/_course_about.scss
+41
-4
lms/templates/portal/course_about.html
+15
-0
No files found.
lms/static/images/link-icon.png
0 → 100644
View file @
bd199ef5
326 Bytes
lms/static/images/opencourseware.png
0 → 100644
View file @
bd199ef5
11.3 KB
lms/static/sass/multicourse/_course_about.scss
View file @
bd199ef5
...
@@ -335,13 +335,43 @@
...
@@ -335,13 +335,43 @@
.course-sidebar
{
.course-sidebar
{
@include
box-sizing
(
border-box
);
@include
box-sizing
(
border-box
);
@include
box-shadow
(
inset
0
0
3px
0
rgba
(
0
,
0
,
0
,
0
.15
));
border
:
1px
solid
rgb
(
200
,
200
,
200
);
border-top
:
none
;
float
:
left
;
float
:
left
;
padding
:
16px
20px
30px
;
width
:
flex-grid
(
4
);
width
:
flex-grid
(
4
);
>
section
{
@include
box-shadow
(
inset
0
0
3px
0
rgba
(
0
,
0
,
0
,
0
.15
));
border
:
1px
solid
rgb
(
200
,
200
,
200
);
&
.course-summary
{
padding
:
16px
20px
30px
;
margin-bottom
:
40px
;
border-top
:
none
;
}
&
.additional-resources
{
padding
:
30px
;
.opencourseware
{
text-indent
:
-9999px
;
background
:
url('../images/opencourseware.png')
0
0
no-repeat
;
width
:
266px
;
height
:
31px
;
margin-bottom
:
20px
;
}
ul
{
padding-left
:
0
;
margin-bottom
:
0
;
}
li
{
list-style
:
none
;
padding-left
:
29px
;
background
:
url('../images/link-icon.png')
left
center
no-repeat
;
}
}
}
header
{
header
{
margin-bottom
:
30px
;
margin-bottom
:
30px
;
padding-bottom
:
16px
;
padding-bottom
:
16px
;
...
@@ -441,6 +471,13 @@
...
@@ -441,6 +471,13 @@
}
}
}
}
}
}
h1
{
font
:
1em
$serif
;
letter-spacing
:
0
;
color
:
#999
;
margin-bottom
:
0
;
}
}
}
.important-dates
{
.important-dates
{
...
...
lms/templates/portal/course_about.html
View file @
bd199ef5
...
@@ -151,6 +151,21 @@
...
@@ -151,6 +151,21 @@
% endif
% endif
</ol>
</ol>
</section>
</section>
<section
class=
"additional-resources"
>
<header>
<h1>
Additional Resources
</h1>
</header>
<section>
<h2
class=
"opencourseware"
>
MITOpenCourseware
</h2>
<ul>
<li>
<a
href=
"#"
>
18.03: Differential Equations
</a>
</li>
</ul>
</section>
</section>
</section>
</section>
</section>
</section>
...
...
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