Bug 477902 - [RTL] URLs are not left-to-right in the list pane of the Library; r=enndeakin

This commit is contained in:
Ehsan Akhgari 2009-02-27 22:07:59 +03:30
parent e26cb59fc1
commit 02d925b1c1
2 changed files with 8 additions and 0 deletions

View File

@ -876,6 +876,10 @@ PlacesTreeView.prototype = {
else
var columnType = aColumn.id;
// Set the "ltr" property on url cells
if (columnType == "url")
aProperties.AppendElement(this._getAtomFor("ltr"));
if (columnType != "title")
return;

View File

@ -563,6 +563,10 @@ tree:not([treelines="true"]) > treechildren::-moz-tree-line {
visibility: hidden;
}
treechildren::-moz-tree-cell(ltr) {
direction: ltr !important;
}
/********** deck & stack *********/
deck {