From 0040934b67d0130fb81eb1b8721b377802a2c92c Mon Sep 17 00:00:00 2001 From: Gurzau Raul Date: Mon, 17 Sep 2018 19:08:16 +0300 Subject: [PATCH] Backed out changeset 8c419e33f657 (bug 1491449) for failing at /cookie/test/unit/test_cookies_thirdparty.js on a CLOSED TREE --HG-- extra : histedit_source : 7909ffef55a05769635c4c820ffc8fee05a7eca0 --- browser/themes/shared/incontentprefs/privacy.css | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/browser/themes/shared/incontentprefs/privacy.css b/browser/themes/shared/incontentprefs/privacy.css index b6f5a8ef86f5..2702dac79e47 100644 --- a/browser/themes/shared/incontentprefs/privacy.css +++ b/browser/themes/shared/incontentprefs/privacy.css @@ -127,7 +127,8 @@ margin-inline-start: 25px !important; } -#trackingProtectionMenu { +#trackingProtectionMenu, +#blockCookiesCB { margin-top: 0.75em; } @@ -135,15 +136,6 @@ max-width: 444px; } -#blockCookiesCBDeck:not([selectedIndex]) > .warning-description, -#blockCookiesCBDeck[selectedIndex="0"] > .warning-description { - display: none; -} - -#blockCookiesCBDeck > .warning-description { - margin-bottom: 0.75em !important; -} - #changeBlockListLink { font-size: 90%; /* In order to override the margins set in preferences.inc.css, we have to use !important. */