Bug 1371744 Put a margin around the legacy page heading draft
authorAndrew Swan <aswan@mozilla.com>
Tue, 27 Jun 2017 13:46:14 -0700
changeset 600777 f7ed91c4db5748fe880141ce71efc32532098253
parent 600616 f4e52135d9bdc6ce98bb37b450021445aed894ce
child 635091 c284abefecc8dcbc997a1d9ae08c4e389d2e4f3b
push id65870
push useraswan@mozilla.com
push dateTue, 27 Jun 2017 20:46:49 +0000
bugs1371744
milestone56.0a1
Bug 1371744 Put a margin around the legacy page heading MozReview-Commit-ID: KVDcCytDR6Y
toolkit/themes/shared/extensions/extensions.inc.css
--- a/toolkit/themes/shared/extensions/extensions.inc.css
+++ b/toolkit/themes/shared/extensions/extensions.inc.css
@@ -1085,17 +1085,18 @@ button.button-link:not([disabled="true"]
 }
 
 /*** info UI for add-ons that have been disabled for being unsigned ***/
 
 #show-disabled-unsigned-extensions:not(:hover) {
   background-color: #fcf8ed;
 }
 
-#disabled-unsigned-addons-info {
+#disabled-unsigned-addons-info,
+#legacy-extensions-info {
   margin-bottom: 2em;
   margin-right: 48px;
   margin-left: 48px;
 }
 
 #disabled-unsigned-addons-heading,
 #legacy-extensions-heading {
   font-size: 1.4em;