Bug 1407189 - Fix alignment issues in about:tabcrashed. r=johannh draft
authorNihanth Subramanya <nhnt11@gmail.com>
Tue, 10 Oct 2017 15:43:13 +0530
changeset 677220 cde1bf1722d5aeb2a4503f5f97a824e69322a918
parent 676552 5eba13f5b3a6ad80decdd8c7b30bff5fa477844f
child 735145 8514cb31c5b9135eae09b2f17c5b8f9468b5dc8a
push id83723
push usernhnt11@gmail.com
push dateTue, 10 Oct 2017 10:15:58 +0000
reviewersjohannh
bugs1407189
milestone58.0a1
Bug 1407189 - Fix alignment issues in about:tabcrashed. r=johannh MozReview-Commit-ID: 41DgSbbUzPU
browser/themes/shared/aboutTabCrashed.css
--- a/browser/themes/shared/aboutTabCrashed.css
+++ b/browser/themes/shared/aboutTabCrashed.css
@@ -5,32 +5,23 @@
 body {
   font-size: 1.25rem;
 }
 
 .title {
   background-image: url("chrome://browser/skin/tab-crashed.svg");
 }
 
-.title > h1,
-.offers {
-  margin-left: 14px;
-}
-
 .title > h1 {
   /**
    * Add commentary?
    */
   padding-right: 14px;
 }
 
-.container {
-  width: 45%;
-}
-
 #reportSent {
   font-weight: bold;
 }
 
 #reportBox {
   background-color: var(--in-content-box-background-hover);
   margin: 24px 0;
   padding: 14px;
@@ -71,9 +62,9 @@ input[type="checkbox"] {
 
 .checkbox-with-label {
   display: flex;
 }
 
 .checkbox-with-label > label {
   margin-top: auto;
   margin-bottom: auto;
-}
\ No newline at end of file
+}