Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-analytics-dashboard
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-analytics-dashboard
Commits
f668cca9
Commit
f668cca9
authored
Sep 04, 2014
by
Clinton Blackburn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated Footer Styling
parent
ad809832
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
47 additions
and
22 deletions
+47
-22
analytics_dashboard/static/sass/_base.scss
+13
-2
analytics_dashboard/static/sass/_developer.scss
+0
-4
analytics_dashboard/templates/footer.html
+34
-16
No files found.
analytics_dashboard/static/sass/_base.scss
View file @
f668cca9
...
...
@@ -312,10 +312,21 @@ hr.has-emphasis {
}
.footer
{
padding-top
:
(
$padding-large-vertical
);
padding-bottom
:
(
$padding-large-vertical
*
3
);
padding-bottom
:
(
$padding-large-vertical
);
font-size
:
$font-size-small
;
color
:
$gray
;
background-color
:
$gray-d2
;
.legal
{
padding-top
:
(
$padding-large-vertical
*
2
);
}
.feedback
{
border-top
:
solid
2px
$edx-blue
;
background-color
:
white
;
text-align
:
center
;
padding
:
(
$padding-large-vertical
*
2
)
0
;
}
}
// CASE: larger than small screen breakpoint
...
...
analytics_dashboard/static/sass/_developer.scss
View file @
f668cca9
...
...
@@ -50,10 +50,6 @@
// --------------------
.footer
{
padding
:
0
(
$padding-large-horizontal
*
2
);
}
.section-title-button
{
float
:
right
;
}
...
...
analytics_dashboard/templates/footer.html
View file @
f668cca9
{% load i18n %}
{% load dashboard_extras %}
<div
class=
"footer"
>
<hr/>
<div
class=
"row"
>
<div
class=
"col-xs-6 col-md-6"
>
{% captureas email_link %}
<a
class=
"feedback-email"
href=
"mailto:{% settings_value 'FEEDBACK_EMAIL' %}?Subject=Feedback"
>
{% settings_value 'FEEDBACK_EMAIL' %}
</a>
{% endcaptureas %}
{% blocktrans %}We want this dashboard to work for you! Please send suggestions, comments, and critiques to {{ email_link }}.{% endblocktrans %}
<footer
class=
"footer"
>
<div
class=
"feedback"
>
<div
class=
"container"
>
<div
class=
"row"
>
{% captureas email_link %}
<a
class=
"feedback-email"
href=
"mailto:{% settings_value 'FEEDBACK_EMAIL' %}?Subject=Feedback"
>
{% settings_value 'FEEDBACK_EMAIL' %}
</a>
{% endcaptureas %}
{% blocktrans %}We want this dashboard to work for you! Please send suggestions, comments, and critiques to
{{ email_link }}.{% endblocktrans %}
</div>
</div>
<div
class=
"col-xs-6 col-md-6 text-right"
>
<a
href=
"{% settings_value 'TERMS_OF_SERVICE_URL' %}"
target=
"_blank"
data-role=
"tos"
>
{% blocktrans %}Terms of Service{% endblocktrans %}
</a>
<br>
<a
href=
"{% settings_value 'PRIVACY_POLICY_URL' %}"
target=
"_blank"
data-role=
"privacy-policy"
>
{% blocktrans %}Privacy Policy{% endblocktrans %}
</a>
</div>
<div
class=
"legal"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-xs-6 col-md-6"
>
<a
href=
"{% settings_value 'TERMS_OF_SERVICE_URL' %}"
target=
"_blank"
data-role=
"tos"
>
{% blocktrans %}Terms of Service{% endblocktrans %}
</a>
<a
href=
"{% settings_value 'PRIVACY_POLICY_URL' %}"
target=
"_blank"
data-role=
"privacy-policy"
>
{% blocktrans %}Privacy Policy{% endblocktrans %}
</a>
</div>
<div
class=
"col-xs-6 col-md-6 text-right"
>
{% captureas platform_name %}{% settings_value 'PLATFORM_NAME' %}{% endcaptureas %}
{% captureas current_year %}{% now "Y" %}{% endcaptureas %}
{# Translators: The © symbol appears directly before this line. #}
<p
class=
"copyright"
>
© {% blocktrans %} {{ current_year }} {{ platform_name }}, except where noted, all rights
reserved. {% endblocktrans %}
</p>
</div>
</div>
</div>
</div>
</
div
>
</
footer
>
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