summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extensions/BMO/template/en/default/hook/global/footer-outro.html.tmpl (renamed from extensions/BMO/template/en/default/hook/global/footer-end.html.tmpl)11
-rw-r--r--skins/custom/global.css22
-rw-r--r--skins/standard/mobile.css2
3 files changed, 23 insertions, 12 deletions
diff --git a/extensions/BMO/template/en/default/hook/global/footer-end.html.tmpl b/extensions/BMO/template/en/default/hook/global/footer-outro.html.tmpl
index f14b34acb..6b451bd17 100644
--- a/extensions/BMO/template/en/default/hook/global/footer-end.html.tmpl
+++ b/extensions/BMO/template/en/default/hook/global/footer-outro.html.tmpl
@@ -6,6 +6,13 @@
# defined by the Mozilla Public License, v. 2.0.
#%]
-<div id="privacy-policy">
- <a href="https://www.mozilla.org/privacy/websites/" target="_blank">Privacy Policy</a>
+<div id="policy_links">
+ <ul>
+ <li id="privacy_notice">
+ <a href="https://www.mozilla.org/privacy/websites/" target="_blank">Privacy Notice</a> |
+ </li>
+ <li id="legal_terms">
+ <a href="https://www.mozilla.org/about/legal/terms/mozilla" target="_blank">Legal Terms</a>
+ </li>
+ <ul>
</div>
diff --git a/skins/custom/global.css b/skins/custom/global.css
index b4220663d..61743d62a 100644
--- a/skins/custom/global.css
+++ b/skins/custom/global.css
@@ -1,3 +1,10 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this file,
+ * You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This Source Code Form is "Incompatible With Secondary Licenses", as
+ * defined by the Mozilla Public License, v. 2.0. */
+
/*
* Custom rules for skins/standard/global.css.
* The rules you put here override rules in that stylesheet.
@@ -53,12 +60,6 @@ a.controller {
padding: 3px;
}
-#footer .outro {
- text-align:left;
- padding-left:1ex;
- padding-bottom:1ex;
-}
-
.group_secure > th > a {
background-image: url("../../images/padlock.png");
background-position: center left;
@@ -66,12 +67,15 @@ a.controller {
padding-left: 18px;
}
-#privacy-policy {
- font-size: x-small;
- width: 100%;
+#policy_links {
+ padding-right: 5px;
text-align: right;
}
+#policy_links li {
+ display: inline;
+}
+
.highlighted {
background: lightyellow;
}
diff --git a/skins/standard/mobile.css b/skins/standard/mobile.css
index 61179e93d..c5e47b8a5 100644
--- a/skins/standard/mobile.css
+++ b/skins/standard/mobile.css
@@ -52,7 +52,7 @@ only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
- #privacy_policy {
+ #policy_links {
font-size: small;
}