Bug 1326542 - RTL support to about:ServiceWorkers r?ehsan draft
authorTomer Cohen <tomer@tomercohen.com>
Sat, 07 Jan 2017 21:28:56 +0200
changeset 457385 0b2eebb5bd891775eebf7c91c71d64f89bd8c084
parent 457382 60a879f6870f2b9fbf3e1983588bdfd251e3b1c2
child 541449 723da876474bd4bf491e35231bfc3261f4c9d722
push id40740
push userbmo:tomer.moz.bugs@tomercohen.com
push dateSat, 07 Jan 2017 19:36:19 +0000
reviewersehsan
bugs1326542
milestone53.0a1
Bug 1326542 - RTL support to about:ServiceWorkers r?ehsan MozReview-Commit-ID: 7YQSHUY3VB2
toolkit/content/aboutServiceWorkers.xhtml
--- a/toolkit/content/aboutServiceWorkers.xhtml
+++ b/toolkit/content/aboutServiceWorkers.xhtml
@@ -13,17 +13,17 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
     <head>
         <title>&aboutServiceWorkers.title;</title>
         <link rel="stylesheet" href="chrome://global/skin/about.css" type="text/css" />
         <link rel="stylesheet" href="chrome://mozapps/skin/aboutServiceWorkers.css" type="text/css" />
         <script type="application/javascript;version=1.7" src="chrome://global/content/aboutServiceWorkers.js" />
     </head>
-    <body id="body">
+    <body id="body" dir="&locale.dir;">
         <div id="warning_not_enabled" class="warningBackground">
             <div class="warningMessage">&aboutServiceWorkers.warning_not_enabled;</div>
         </div>
 
         <div id="warning_no_serviceworkers" class="warningBackground">
             <div class="warningMessage">&aboutServiceWorkers.warning_no_serviceworkers;</div>
         </div>