зеркало из https://github.com/mozilla/gecko-dev.git
Bug 527343 - Switch about:crashes to use :-moz-locale-dir, r=dao
This commit is contained in:
Родитель
5e0f3e1796
Коммит
c933b5b652
|
@ -18,12 +18,9 @@ table {
|
|||
padding-bottom: 2em;
|
||||
}
|
||||
th {
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
white-space: nowrap;
|
||||
}
|
||||
th[chromedir="rtl"] {
|
||||
text-align: right;
|
||||
}
|
||||
/* name */
|
||||
th:first-child {
|
||||
-moz-padding-end: 2em;
|
||||
|
@ -47,7 +44,7 @@ td:last-child {
|
|||
#clear-reports {
|
||||
float: right;
|
||||
}
|
||||
#clear-reports[chromedir="rtl"] {
|
||||
#clear-reports:-moz-locale-dir(rtl) {
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
@ -63,15 +60,15 @@ td:last-child {
|
|||
|
||||
<title>&crashes.title;</title>
|
||||
</head><body onload="init()" dir="&locale.dir;">
|
||||
<button chromedir="&locale.dir;" id="clear-reports"
|
||||
<button id="clear-reports"
|
||||
onclick="clearReports()">&clearAllReports.label;</button>
|
||||
<h1>&crashes.title;</h1>
|
||||
<div id="reportList">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th chromedir="&locale.dir;">&id.heading;</th>
|
||||
<th chromedir="&locale.dir;" colspan="2">&date.heading;</th>
|
||||
<th>&id.heading;</th>
|
||||
<th colspan="2">&date.heading;</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="tbody">
|
||||
|
|
Загрузка…
Ссылка в новой задаче