Bug #235507 --> tree col headers jump around and change width when you change the sort order and the sort column.

r=varga
sr=bienvenu
a=asa
This commit is contained in:
scott%scott-macgregor.org 2004-03-25 17:14:41 +00:00
parent 0a3405c813
commit 12165660d4

View File

@ -195,11 +195,11 @@ treecolpicker {
-moz-border-left-colors: ThreeDHighlight ThreeDLightShadow;
background-color: -moz-Dialog;
color: -moz-DialogText;
padding: 0px 4px;
padding: 1px 4px 0px 5px;
}
.treecol-image {
padding: 0px 1px;
padding: 1px 1px 0px 2px;
}
.treecol-text {
@ -224,12 +224,8 @@ treecolpicker:hover:active {
-moz-border-right-colors: ThreeDShadow;
-moz-border-bottom-colors: ThreeDShadow;
-moz-border-left-colors: ThreeDShadow -moz-Dialog;
padding: 1px 4px 0px 5px;
}
.treecol-image:hover:active {
padding: 1px 1px 0px 2px;
}
/* ::::: column drag and drop styles ::::: */
@ -262,6 +258,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"] {