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; -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow;
background-color: -moz-Dialog; background-color: -moz-Dialog;
color: -moz-DialogText; color: -moz-DialogText;
padding: 0px 4px; padding: 1px 4px 0px 5px;
} }
.treecol-image { .treecol-image {
padding: 0px 1px; padding: 1px 1px 0px 2px;
} }
.treecol-text { .treecol-text {
@ -224,12 +224,8 @@ treecolpicker:hover:active {
-moz-border-right-colors: ThreeDShadow; -moz-border-right-colors: ThreeDShadow;
-moz-border-bottom-colors: ThreeDShadow; -moz-border-bottom-colors: ThreeDShadow;
-moz-border-left-colors: ThreeDShadow -moz-Dialog; -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 ::::: */ /* ::::: column drag and drop styles ::::: */
@ -262,6 +258,7 @@ treechildren::-moz-tree-column(insertafter) {
.treecol-sortdirection { .treecol-sortdirection {
list-style-image: none; list-style-image: none;
width: 8px; /* The image's width is 7 pixels */
} }
.treecol-sortdirection[sortDirection="ascending"] { .treecol-sortdirection[sortDirection="ascending"] {