Bug 131097 - Twisties aren't aligned correctly in Classic. Patch by Greg Valure <gregvalure@yahoo.com>, r=andreww, sr=hewitt, a=dbaron, asa.

This commit is contained in:
gerv%gerv.net 2002-04-04 22:55:35 +00:00
Родитель d1eb0a29fe
Коммит ac60fdaf2c
1 изменённых файлов: 5 добавлений и 4 удалений

Просмотреть файл

@ -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 ::::: */