Bug #235507 --> tree column headers jiggle when changing the sort column because the column has to add or remove

space for the sort indicator. Fix this by forcing a width on the sort indicator image regardless of whether it has an image
source or not.
This commit is contained in:
scott%scott-macgregor.org 2004-03-23 23:28:32 +00:00
parent 9059a7bade
commit 68cedbf7ce

View File

@ -248,6 +248,7 @@ treechildren::-moz-tree-column(insertafter) {
.treecol-sortdirection {
list-style-image: none;
width: 8px; /* The image's width is 7 pixels */
}
.treecol-sortdirection[sortDirection="ascending"] {