зеркало из https://github.com/mozilla/pjs.git
Part 1 fix for bug #55899
This commit is contained in:
Родитель
34f08da428
Коммит
f49843d15c
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче