Bug 1342793 - control center: permission states wrapped on multiple lines should align on the end. r?paolo draft
authorSebastian Hengst <archaeopteryx@coole-files.de>
Sun, 26 Feb 2017 19:56:20 +0100
changeset 489855 d814522801ce06f85042afb16775c463c692309d
parent 489854 aa2b14b08dbb728ab6b9868e43a66842626f1833
child 547096 924e9acbb094ece22cedeec0ba1d27d4995ff759
push id46922
push userarchaeopteryx@coole-files.de
push dateSun, 26 Feb 2017 18:57:33 +0000
reviewerspaolo
bugs1342793
milestone54.0a1
Bug 1342793 - control center: permission states wrapped on multiple lines should align on the end. r?paolo MozReview-Commit-ID: AExqhbjtx5q
browser/themes/shared/controlcenter/panel.inc.css
--- a/browser/themes/shared/controlcenter/panel.inc.css
+++ b/browser/themes/shared/controlcenter/panel.inc.css
@@ -160,17 +160,21 @@
 .identity-popup-expander:hover:active {
   background-color: var(--arrowpanel-dimmed-further);
   box-shadow: 0 1px 0 hsla(210,4%,10%,.05) inset;
 }
 
 /* CONTENT */
 
 .identity-popup-permission-label,
-.identity-popup-permission-state-label,
+.identity-popup-permission-state-label {
+  font-size: 110%;
+  margin: 0;
+}
+
 #identity-popup-security-content > description,
 #identity-popup-security-descriptions > description,
 #identity-popup-securityView-header > description,
 #identity-popup-securityView-body > description,
 #identity-popup-permissions-content > description,
 #tracking-protection-content > label {
   white-space: pre-wrap;
   font-size: 110%;