From 236c0b9af4e80824a57321e20bd005e3916c1d9d Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 4 Apr 2016 16:43:51 +0000 Subject: Bug 1259322 - Legal compliance / adding link to footer --- skins/custom/global.css | 22 +++++++++++++--------- skins/standard/mobile.css | 2 +- 2 files changed, 14 insertions(+), 10 deletions(-) (limited to 'skins') 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; } -- cgit v1.2.3-24-g4f1b