194567 - junk mail icon is cropped in classic skin. r/sr/a=sspitzer.

This commit is contained in:
shliang%netscape.com 2007-09-06 22:03:00 +00:00
Родитель 1c9e7a26cf
Коммит a7b2fd078f
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -141,6 +141,7 @@ treechildren:-moz-tree-image(flaggedCol, flagged) {
treecol.junkStatusHeader {
list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif");
padding: 0px 4px 0px 0px;
}
/* "unknown" now looks like "not junk". see bug #182386 */
@ -152,6 +153,7 @@ treechildren:-moz-tree-image(junkStatusCol) {
treechildren:-moz-tree-image(junkStatusCol, junk) {
list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif");
margin-right: -1px;
}
treechildren:-moz-tree-image(junkStatusCol, notjunk) {