Bug 1271502 - list does not align well in private browsing new tab page with locale lang; r?Gijs draft
authorgasolin <gasolin@gmail.com>
Tue, 10 May 2016 11:00:23 +0800
changeset 365696 1e0e1990a345a890d652f4a516c458cba848d14e
parent 365674 92ba89f2d72e6bf6996e2adfe556372f5676d2f6
child 520631 ab075e032f73056b6e4afa74e172a80e43f42d89
push id17824
push userbmo:gasolin@mozilla.com
push dateWed, 11 May 2016 09:47:12 +0000
reviewersGijs
bugs1271502
milestone49.0a1
Bug 1271502 - list does not align well in private browsing new tab page with locale lang; r?Gijs MozReview-Commit-ID: 669uE0FzUwx
browser/themes/shared/privatebrowsing/aboutPrivateBrowsing.css
--- a/browser/themes/shared/privatebrowsing/aboutPrivateBrowsing.css
+++ b/browser/themes/shared/privatebrowsing/aboutPrivateBrowsing.css
@@ -63,17 +63,18 @@ p {
 
 .list-row {
   overflow: auto;
 }
 
 .list-row > ul > li {
   float: left;
   width: 220px;
-  margin-left: 1em;
+  line-height: 1.5em;
+  -moz-margin-start: 1em;
   margin-bottom: 0;
 }
 
 .title {
   background-image: url("chrome://browser/skin/privatebrowsing/private-browsing.svg");
   background-size: 64px;
   background-position: left, center;
   font-weight: lighter;