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
89252ec1
Commit
89252ec1
authored
Jan 22, 2015
by
David Baumgold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Put Open edX logo in LMS edx.org footer
parent
9edda950
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
1 deletions
+28
-1
lms/static/sass/shared/_footer.scss
+22
-1
lms/templates/footer-edx-new.html
+6
-0
No files found.
lms/static/sass/shared/_footer.scss
View file @
89252ec1
...
...
@@ -307,14 +307,35 @@ $edx-footer-bg-color: rgb(252,252,252);
@extend
%edx-footer-title
;
}
.footer-about-logo
{
.footer-about-logo
,
.footer-about-openedx-logo
{
margin-bottom
:
$edx-footer-spacing
;
img
{
height
:
47px
;
}
a
{
display
:
block
;
&
:hover
{
border-bottom
:
0
;
}
}
}
.footer-about-logo
{
float
:
left
;
}
.footer-about-openedx-logo
{
float
:
right
;
}
.footer-about-copy
{
@extend
%t-copy-sub1
;
margin-bottom
:
$edx-footer-spacing
;
color
:
rgb
(
61
,
62
,
63
);
clear
:
both
;
p
{
// NOTE: needed for poor LMS span styling
...
...
lms/templates/footer-edx-new.html
View file @
89252ec1
...
...
@@ -43,6 +43,12 @@
</p>
</div>
<div
class=
"footer-about-openedx"
>
<a
href=
"http://open.edx.org"
title=
"${_("
Powered
by
Open
edX
")}"
>
<img
alt=
"${_("
Powered
by
Open
edX
")}"
src=
"https://files.edx.org/openedx-logos/edx-openedx-logo-tag.png"
>
</a>
</div>
<div
class=
"footer-about-links"
>
<a
href=
"${marketing_link('TOS')}"
><span
class=
"copy"
>
${_("Terms of Service and Honor Code")}
</span></a>
<a
href=
"${marketing_link('PRIVACY')}"
><span
class=
"copy"
>
${_("Privacy Policy")}
</span>
...
...
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