Bug 1388087 - Position the new Nightly logo in the about dialog. r?shorlander draft
authorDão Gottwald <dao@mozilla.com>
Tue, 08 Aug 2017 11:27:09 +0200
changeset 642466 f3f2150c27b5ef9268dc05073662cdc9f7eec3ee
parent 641249 fe6609d22dfdd710b11e3ac7773aff89f7a8d12c
child 725006 62c07cf94ce046fa481b3230f782682db4a1a9d6
push id72764
push userdgottwald@mozilla.com
push dateTue, 08 Aug 2017 09:27:29 +0000
reviewersshorlander
bugs1388087
milestone57.0a1
Bug 1388087 - Position the new Nightly logo in the about dialog. r?shorlander MozReview-Commit-ID: 4VyvObiXQxY
browser/branding/nightly/content/aboutDialog.css
--- a/browser/branding/nightly/content/aboutDialog.css
+++ b/browser/branding/nightly/content/aboutDialog.css
@@ -6,16 +6,17 @@
   background-color: #000f40;
   color: #fff;
 }
 
 #leftBox {
   background-image: url("chrome://branding/content/about-logo.png");
   background-repeat: no-repeat;
   background-size: 192px auto;
+  background-position: center 20%;
   /* min-width and min-height create room for the logo */
   min-width: 210px;
   min-height: 210px;
   margin-top: 20px;
   margin-inline-start: 30px;
 }
 
 @media (min-resolution: 2dppx) {