Bug 1387971 - Fix centering of website names in the permission dialog. r=Prathiksha draft
authorJohann Hofmann <jhofmann@mozilla.com>
Mon, 07 Aug 2017 10:08:54 +0200
changeset 641537 b98dcf6945ddba57c103391d989dd7fad36ba6ed
parent 641444 bb8de16ce00cb57b587a14c210ecc7505f366328
child 724828 8311cefe5888babf24a4a4718228d2aef5c925d2
push id72567
push userbmo:jhofmann@mozilla.com
push dateMon, 07 Aug 2017 08:09:36 +0000
reviewersPrathiksha
bugs1387971
milestone57.0a1
Bug 1387971 - Fix centering of website names in the permission dialog. r=Prathiksha MozReview-Commit-ID: ErDAZIW2cNM
browser/components/preferences/sitePermissions.css
--- a/browser/components/preferences/sitePermissions.css
+++ b/browser/components/preferences/sitePermissions.css
@@ -1,14 +1,14 @@
 /* This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 .website-name {
-  padding: 5px;
+  -moz-box-align: center;
 }
 
 #permissionsBox {
   min-height: 18em;
 }
 
 #permissionsBox > richlistitem {
   min-height: 35px;