r96161 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96160‎ | r96161 | r96162 >
Date:22:46, 2 September 2011
Author:robin
Status:ok
Tags:
Comment:
* Avoid CSS border bug in Chrome where 'left' displays at the right for td elements with dir="rtl" (reported as Chromium bug 95253)
* Remove direction: ltr; that is unneeded since r91171 (HTML is better than CSS for RTL support)
Modified paths:
  • /trunk/extensions/Translate/resources/ext.translate.messagetable.css (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/resources/ext.translate.messagetable.css
@@ -1,13 +1,12 @@
22 .mw-sp-translate-table {
33 width: 100%;
4 - border-style: solid none none solid;
54 border-width: 1px;
65 border-collapse: collapse;
76 }
87
98 .mw-sp-translate-table th {
109 background-color: #b2b2ff;
11 - border-style: none solid solid none;
 10+ border-style: solid;
1211 border-width: 1px;
1312 }
1413
@@ -33,12 +32,11 @@
3433
3534 .mw-sp-translate-table .untranslated {
3635 background-color: #a2f290;
37 - /* @noflip */direction: ltr;
3836 }
3937
4038
4139 .mw-sp-translate-table td {
4240 vertical-align: top;
43 - border-style: none solid solid none;
 41+ border-style: solid;
4442 border-width: 1px;
4543 }
\ No newline at end of file

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r91171Add lang & dir attributes for the source text (English) in Special:Translaterobin14:44, 30 June 2011

Status & tagging log