Bug 1322389 about:profiles doesn't looks well on RTL builds draft
authorItielMaN <itiel_yn8@walla.com>
Thu, 08 Dec 2016 00:30:54 +0200
changeset 447800 3e77dfa19ae7fa291846546b4f96d5ded6c35685
parent 447742 c401d72933641748f3738e90e7bbe539705e2f1c
child 539132 dc996139d7f595f294752ed29baf32c50159ee4e
push id38170
push userbmo:tomer.moz.bugs@tomercohen.com
push dateWed, 07 Dec 2016 22:31:41 +0000
bugs1322389
milestone53.0a1
Bug 1322389 about:profiles doesn't looks well on RTL builds MozReview-Commit-ID: 6hAxzACUWkg
toolkit/content/aboutProfiles.xhtml
--- a/toolkit/content/aboutProfiles.xhtml
+++ b/toolkit/content/aboutProfiles.xhtml
@@ -14,17 +14,17 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>&aboutProfiles.title;</title>
     <link rel="icon" type="image/png" id="favicon" href="chrome://branding/content/icon32.png"/>
     <link rel="stylesheet" href="chrome://global/skin/in-content/common.css" type="text/css"/>
     <link rel="stylesheet" href="chrome://mozapps/skin/aboutProfiles.css" type="text/css" />
     <script type="application/javascript;version=1.7" src="chrome://global/content/aboutProfiles.js" />
   </head>
-  <body id="body">
+  <body id="body" dir="&locale.dir;">
     <div id="action-box">
       <h3>&aboutProfiles.restart.title;</h3>
       <button id="restart-in-safe-mode-button">&aboutProfiles.restart.inSafeMode;</button>
       <button id="restart-button">&aboutProfiles.restart.normal;</button>
     </div>
 
     <h1>&aboutProfiles.title;</h1>
     <div class="page-subtitle">&aboutProfiles.subtitle;</div>