зеркало из https://github.com/mozilla/gecko-dev.git
Bug 902596 RTL Support for about:networking r=jaws
MozReview-Commit-ID: Fif7yAXfY6Y --HG-- extra : rebase_source : cf7329eb5b0e2a187811a58df7916d401818f915
This commit is contained in:
Родитель
5d691811be
Коммит
efa50e08cc
|
@ -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" />
|
||||
|
|
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче