Bug 1332596 - [Control Center] Remove <label class="plain"> wrapper around the security section headline. r?jkt draft
authorDão Gottwald <dao@mozilla.com>
Fri, 20 Jan 2017 12:41:36 +0100
changeset 464113 1641c6dffe59bbc8fdcaa7041ae6be04457fbf7e
parent 464075 aa3e49299a3aa5cb0db570532e3df9e75d30c2d1
child 542858 f6ee9e027749374257021aacbc1083d626a14705
push id42274
push userdgottwald@mozilla.com
push dateFri, 20 Jan 2017 11:46:13 +0000
reviewersjkt
bugs1332596
milestone53.0a1
Bug 1332596 - [Control Center] Remove <label class="plain"> wrapper around the security section headline. r?jkt MozReview-Commit-ID: OCyXmTQovQ
browser/components/controlcenter/content/panel.inc.xul
--- a/browser/components/controlcenter/content/panel.inc.xul
+++ b/browser/components/controlcenter/content/panel.inc.xul
@@ -16,20 +16,18 @@
 
   <panelmultiview id="identity-popup-multiView"
                   mainViewId="identity-popup-mainView">
     <panelview id="identity-popup-mainView" flex="1">
 
       <!-- Security Section -->
       <hbox id="identity-popup-security" class="identity-popup-section">
         <vbox id="identity-popup-security-content" flex="1">
-          <label class="plain">
-            <label class="identity-popup-headline identity-popup-host"></label>
-            <label class="identity-popup-headline identity-popup-hostless" crop="end"/>
-          </label>
+          <label class="identity-popup-headline identity-popup-host"></label>
+          <label class="identity-popup-headline identity-popup-hostless" crop="end"/>
           <description class="identity-popup-connection-not-secure"
                        when-connection="not-secure secure-cert-user-overridden">&identity.connectionNotSecure;</description>
           <description class="identity-popup-connection-secure"
                        when-connection="secure secure-ev">&identity.connectionSecure;</description>
           <description when-connection="chrome">&identity.connectionInternal;</description>
           <description when-connection="file">&identity.connectionFile;</description>
 
           <vbox id="identity-popup-security-descriptions">
@@ -91,20 +89,18 @@
           <description id="identity-popup-permission-empty-hint">&identity.permissionsEmpty;</description>
         </vbox>
       </hbox>
     </panelview>
 
     <!-- Security SubView -->
     <panelview id="identity-popup-securityView" flex="1">
       <vbox id="identity-popup-securityView-header">
-        <label class="plain">
-          <label class="identity-popup-headline identity-popup-host"></label>
-          <label class="identity-popup-headline identity-popup-hostless" crop="end"/>
-        </label>
+        <label class="identity-popup-headline identity-popup-host"></label>
+        <label class="identity-popup-headline identity-popup-hostless" crop="end"/>
         <description class="identity-popup-connection-not-secure"
                      when-connection="not-secure secure-cert-user-overridden">&identity.connectionNotSecure;</description>
         <description class="identity-popup-connection-secure"
                      when-connection="secure secure-ev">&identity.connectionSecure;</description>
       </vbox>
 
       <vbox id="identity-popup-securityView-body" flex="1">
         <!-- (EV) Certificate Information -->