Bug 1468671 - Enable identity popup headlines to span multiple lines. r=Paolo

MozReview-Commit-ID: 8Y3Pql7n2U5

--HG--
extra : rebase_source : 740a7037ca1bedb36c347262e927470bccd0ba7d
This commit is contained in:
Johann Hofmann 2018-06-17 19:24:17 -07:00
parent 3fe5e7fa6c
commit 072bf14b8b
2 changed files with 5 additions and 11 deletions

View File

@ -57,15 +57,13 @@
class="identity-popup-section"
when-connection="not-secure secure secure-ev secure-cert-user-overridden extension">
<vbox id="tracking-protection-content" flex="1">
<hbox class="identity-popup-preferences-button-container">
<hbox>
<label id="tracking-protection-label-on"
class="identity-popup-headline"
crop="end"
value="&trackingProtection.on;" />
flex="1">&trackingProtection.on;</label>
<label id="tracking-protection-label-off"
class="identity-popup-headline"
crop="end"
value="&trackingProtection.off;" />
flex="1">&trackingProtection.off;</label>
<toolbarbutton id="tracking-protection-preferences-button"
class="identity-popup-preferences-button subviewbutton"
tooltiptext="&trackingProtection.tooltip;"
@ -112,9 +110,10 @@
<hbox class="identity-popup-section"
when-connection="not-secure secure secure-ev secure-cert-user-overridden file extension">
<vbox id="identity-popup-permissions-content" flex="1">
<hbox class="identity-popup-preferences-button-container">
<hbox>
<label id="identity-popup-permissions-headline"
class="identity-popup-headline"
flex="1"
value="&identity.permissions;"/>
<toolbarbutton id="identity-popup-permission-preferences-button"
class="identity-popup-preferences-button subviewbutton"

View File

@ -135,11 +135,6 @@
/* PREFERENCES BUTTON */
.identity-popup-preferences-button-container {
display: flex;
justify-content: space-between;
}
.identity-popup-preferences-button {
list-style-image: url(chrome://browser/skin/settings.svg);
padding: 5px 8px !important;