diff --git a/browser/components/privatebrowsing/content/aboutPrivateBrowsing.css b/browser/components/privatebrowsing/content/aboutPrivateBrowsing.css index 2ebc71fa0f28..fec90ea14e3f 100644 --- a/browser/components/privatebrowsing/content/aboutPrivateBrowsing.css +++ b/browser/components/privatebrowsing/content/aboutPrivateBrowsing.css @@ -35,9 +35,9 @@ body:not([tpEnabled]) .showTpEnabled { background-size: 47px 26px; padding-inline-start: 87px; color: white; - font-size: 24pt; + font-size: 1.5em; font-weight: 200; - line-height: 60pt; + line-height: 2.5em; } #main { @@ -51,6 +51,7 @@ body:not([tpEnabled]) .showTpEnabled { .sectionHeader { font-size: 1.75em; + white-space: nowrap; } /* PRIVATE BROWSING SECTION */ @@ -155,8 +156,7 @@ li { } #startTour { - display: inline-block; - width: 16em; + display: block; border-radius: 2px; background-color: var(--in-content-primary-button-background); color: var(--in-content-selected-text); diff --git a/browser/components/privatebrowsing/content/aboutPrivateBrowsing.xhtml b/browser/components/privatebrowsing/content/aboutPrivateBrowsing.xhtml index 0a108bedbc9a..6a8bfb82329d 100644 --- a/browser/components/privatebrowsing/content/aboutPrivateBrowsing.xhtml +++ b/browser/components/privatebrowsing/content/aboutPrivateBrowsing.xhtml @@ -59,8 +59,8 @@ &aboutPrivateBrowsing.learnMore;
-
&trackingProtection.title; + style="display: table-cell;"> +
Tracking Protection Feature &trackingProtection.state.enabled; @@ -68,8 +68,9 @@ style="width: &trackingProtection.state.width;" class="showTpDisabled">&trackingProtection.state.disabled;
+

-

&trackingProtection.description1;

+

&trackingProtection.description1;

+
diff --git a/browser/themes/shared/identity-block/identity-block.inc.css b/browser/themes/shared/identity-block/identity-block.inc.css index e15717755350..dda0bf76a88d 100644 --- a/browser/themes/shared/identity-block/identity-block.inc.css +++ b/browser/themes/shared/identity-block/identity-block.inc.css @@ -80,9 +80,9 @@ #tracking-protection-icon { width: 16px; height: 16px; + margin-inline-start: 0; margin-inline-end: 2px; list-style-image: url(chrome://browser/skin/tracking-protection-16.svg); - margin-left: 0; opacity: 1; } @@ -91,11 +91,11 @@ } #tracking-protection-icon[animate] { - transition: margin-left 200ms ease-out; + transition: margin-left 200ms ease-out, margin-right 200ms ease-out; } #tracking-protection-icon:not([state]) { - margin-left: -16px; + margin-inline-start: -18px; pointer-events: none; opacity: 0; /* Only animate the shield in, when it disappears hide it immediately. */