summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-04-04 18:43:51 +0200
committerDavid Lawrence <dkl@mozilla.com>2016-04-04 18:43:51 +0200
commit236c0b9af4e80824a57321e20bd005e3916c1d9d (patch)
tree13c637263111f6f824cf827d99192e3cc4377cb1 /skins
parentfc2d539c324a34254a5cb5e9ebeb386c39220f93 (diff)
downloadbugzilla-236c0b9af4e80824a57321e20bd005e3916c1d9d.tar.gz
bugzilla-236c0b9af4e80824a57321e20bd005e3916c1d9d.tar.xz
Bug 1259322 - Legal compliance / adding link to footer
Diffstat (limited to 'skins')
-rw-r--r--skins/custom/global.css22
-rw-r--r--skins/standard/mobile.css2
2 files changed, 14 insertions, 10 deletions
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;
}