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

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

@ -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;
}

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

@ -1,19 +0,0 @@
@import url(chrome://global/skin/global.css);
treecell.directory {
list-style-image: url("chrome://global/skin/dir-closed.gif");
}
treecell.file {
list-style-image: url("chrome://global/skin/blank.gif");
}
/*
treeitem.hidden > treerow > treecell > .tree-button {
color: #CCCCCC;
}
treeitem.hidden > treerow > treecell > .tree-icon {
list-style-image: url("chrome://global/skin/blank.gif");
}
*/

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

@ -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;
}