Bug 1325883 - about:sessionrestore warning icon should appear at the right side on RTL builds draft
authorTomer Cohen <tomer@tomercohen.com>
Wed, 28 Dec 2016 01:48:58 +0200
changeset 454075 53d7a8e18d19b26dd058d410069cab4e04894ce1
parent 454074 c9f80f8bf1c56913b846c3b6a66d22d3093346d8
child 454224 82dd1ed7dcfbd5b9f0c57a87b8dc9b9e83d9fd0c
push id39830
push userbmo:tomer.moz.bugs@tomercohen.com
push dateTue, 27 Dec 2016 23:49:50 +0000
bugs1325883, 1325882
milestone53.0a1
Bug 1325883 - about:sessionrestore warning icon should appear at the right side on RTL builds Bug 1325882 - about:tabcrashed warning icon should appear at the right side on RTL builds MozReview-Commit-ID: JypT6Un2RNd
toolkit/themes/shared/in-content/info-pages.inc.css
--- a/toolkit/themes/shared/in-content/info-pages.inc.css
+++ b/toolkit/themes/shared/in-content/info-pages.inc.css
@@ -35,17 +35,18 @@ body {
   background-position: left 0;
   background-repeat: no-repeat;
   background-size: 1.6em;
   margin-inline-start: -2.3em;
   padding-inline-start: 2.3em;
   font-size: 2.5em;
 }
 
-.title:-moz-locale-dir(rtl) {
+.title:-moz-locale-dir(rtl),
+.title:dir(rtl) {
   background-position: right 0;
 }
 
 .title-text {
   border-bottom: 1px solid #C1C1C1;
   font-size: inherit;
   padding-bottom: 0.4em;
 }