Bug 131097 - Twisties aren't aligned correctly in Classic. Patch by Greg Valure <gregvalure@yahoo.com>, r=andreww, sr=hewitt, a=dbaron, asa.
git-svn-id: svn://10.0.0.236/trunk@118159 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
0d816e0223
commit
7b7923cd98
@ -231,18 +231,19 @@ treechildren:-moz-tree-column(insertafter) {
|
||||
/* ::::: twisty ::::: */
|
||||
|
||||
treechildren:-moz-tree-twisty {
|
||||
padding-right: 2px;
|
||||
width: 10px; /* The image's width is 10 pixels */
|
||||
padding-right: 4px;
|
||||
padding-top: 1px;
|
||||
width: 9px; /* The image's width is 9 pixels */
|
||||
list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif");
|
||||
}
|
||||
|
||||
treechildren:-moz-tree-twisty(open) {
|
||||
width: 10px; /* The image's width is 10 pixels */
|
||||
width: 9px; /* The image's width is 9 pixels */
|
||||
list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
|
||||
}
|
||||
|
||||
treechildren:-moz-tree-indentation {
|
||||
width: 16px;
|
||||
width: 18px;
|
||||
}
|
||||
|
||||
/* ::::: gridline style ::::: */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user