This commit is contained in:
evaughan%netscape.com 2000-10-10 00:38:43 +00:00
Родитель 7611850e27
Коммит ec3fc06971
6 изменённых файлов: 103 добавлений и 0 удалений

Просмотреть файл

@ -76,3 +76,20 @@ treeitem[type="DIRECTORY"][loading="true"] > treerow > treecell > .tree-cell-twi
font-style : italic;
}
/**
* This fixes a bug. As you scroll down in a tree the computed column width
* can change. That would make the columns shift durning scrolling.
* So we give them inital preferred widths so they aren't computed.
*/
#FilenameColumn {
width: 100px;
}
#ContentLengthColumn {
width: 100px;
}
#LastModColumn {
width: 100px;
}

Просмотреть файл

@ -17,3 +17,20 @@ treeitem.hidden > treerow > treecell > .tree-icon {
list-style-image: url("chrome://global/skin/blank.gif");
}
*/
/**
* This fixes a bug. As you scroll down in a tree the computed column width
* can change. That would make the columns shift durning scrolling.
* So we give them inital preferred widths so they aren't computed.
*/
#FilenameColumn {
width: 100px;
}
#ContentLengthColumn {
width: 100px;
}
#LastModifiedDateColumn {
width: 100px;
}

Просмотреть файл

@ -17,3 +17,21 @@ treeitem.hidden > treerow > treecell > .tree-icon {
list-style-image: url("chrome://global/skin/blank.gif");
}
*/
/**
* This fixes a bug. As you scroll down in a tree the computed column width
* can change. That would make the columns shift durning scrolling.
* So we give them inital preferred widths so they aren't computed.
*/
#FilenameColumn {
width: 100px;
}
#ContentLengthColumn {
width: 100px;
}
#LastModifiedDateColumn {
width: 100px;
}

Просмотреть файл

@ -17,3 +17,21 @@ treeitem.hidden > treerow > treecell > .tree-icon {
list-style-image: url("chrome://global/skin/blank.gif");
}
*/
/**
* This fixes a bug. As you scroll down in a tree the computed column width
* can change. That would make the columns shift durning scrolling.
* So we give them inital preferred widths so they aren't computed.
*/
#FilenameColumn {
width: 100px;
}
#ContentLengthColumn {
width: 100px;
}
#LastModifiedDateColumn {
width: 100px;
}

Просмотреть файл

@ -76,3 +76,19 @@ treeitem[type="DIRECTORY"][loading="true"] > treerow > treecell > .tree-cell-twi
font-style : italic;
}
/**
* This fixes a bug. As you scroll down in a tree the computed column width
* can change. That would make the columns shift durning scrolling.
* So we give them inital preferred widths so they aren't computed.
*/
#FilenameColumn {
width: 100px;
}
#ContentLengthColumn {
width: 100px;
}
#LastModColumn {
width: 100px;
}

Просмотреть файл

@ -17,3 +17,20 @@ treeitem.hidden > treerow > treecell > .tree-icon {
list-style-image: url("chrome://global/skin/blank.gif");
}
*/
/**
* This fixes a bug. As you scroll down in a tree the computed column width
* can change. That would make the columns shift durning scrolling.
* So we give them inital preferred widths so they aren't computed.
*/
#FilenameColumn {
width: 100px;
}
#ContentLengthColumn {
width: 100px;
}
#LastModifiedDateColumn {
width: 100px;
}