зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1368281 - Consistently use label and description in the tracking protection section of the identity popup. r=Paolo
MozReview-Commit-ID: F7f9XQapoRP --HG-- extra : rebase_source : e532591531b7ab79a835205b4f645f4bb8b9eb29
This commit is contained in:
Родитель
108431b616
Коммит
9cb495288a
|
@ -57,16 +57,16 @@
|
|||
class="identity-popup-section"
|
||||
when-connection="not-secure secure secure-ev secure-cert-user-overridden file">
|
||||
<vbox id="tracking-protection-content" flex="1">
|
||||
<description class="identity-popup-headline"
|
||||
crop="end"
|
||||
value="&trackingProtection.title;" />
|
||||
<label class="identity-popup-headline"
|
||||
crop="end"
|
||||
value="&trackingProtection.title;" />
|
||||
|
||||
<label id="tracking-blocked"
|
||||
crop="end">&trackingProtection.detectedBlocked3;</label>
|
||||
<label id="tracking-loaded"
|
||||
crop="end">&trackingProtection.detectedNotBlocked3;</label>
|
||||
<label id="tracking-not-detected"
|
||||
crop="end">&trackingProtection.notDetected3;</label>
|
||||
<description id="tracking-blocked"
|
||||
crop="end">&trackingProtection.detectedBlocked3;</description>
|
||||
<description id="tracking-loaded"
|
||||
crop="end">&trackingProtection.detectedNotBlocked3;</description>
|
||||
<description id="tracking-not-detected"
|
||||
crop="end">&trackingProtection.notDetected3;</description>
|
||||
|
||||
<button id="tracking-action-unblock"
|
||||
label="&trackingProtection.unblock.label;"
|
||||
|
|
|
@ -168,7 +168,7 @@
|
|||
#identity-popup-securityView-header > description,
|
||||
#identity-popup-securityView-body > description,
|
||||
#identity-popup-permissions-content > description,
|
||||
#tracking-protection-content > label {
|
||||
#tracking-protection-content > description {
|
||||
white-space: pre-wrap;
|
||||
font-size: 110%;
|
||||
margin: 0;
|
||||
|
@ -353,6 +353,7 @@ description#identity-popup-content-verifier,
|
|||
|
||||
#identity-popup-permissions-content {
|
||||
background-image: url(chrome://browser/skin/controlcenter/permissions.svg);
|
||||
padding-bottom: 1.5em;
|
||||
}
|
||||
|
||||
#identity-popup-permissions-headline {
|
||||
|
|
Загрузка…
Ссылка в новой задаче