Bug 902596 RTL Support for about:networking r=jaws

MozReview-Commit-ID: Fif7yAXfY6Y

--HG--
extra : rebase_source : cf7329eb5b0e2a187811a58df7916d401818f915
This commit is contained in:
Tomer Cohen 2016-12-14 02:19:21 +02:00
parent 5d691811be
commit efa50e08cc
2 changed files with 7 additions and 2 deletions

View File

@ -11,7 +11,7 @@
<!ENTITY % networkingDTD SYSTEM "chrome://global/locale/aboutNetworking.dtd"> %networkingDTD;
]>
<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="http://www.w3.org/1999/xhtml" dir="&locale.dir;">
<head>
<title>&aboutNetworking.title;</title>
<link rel="stylesheet" href="chrome://mozapps/skin/aboutNetworking.css" type="text/css" />

View File

@ -15,7 +15,7 @@ body {
}
#sectionTitle {
float: left;
float: inline-start;
}
#refreshDiv {
@ -86,6 +86,11 @@ body {
background-size: 1.6em;
}
.title:dir(rtl)::before {
left: auto;
right: -2.3em;
}
.warningBackground button {
margin-top: 1em;
margin-left: 0;