bug 219944 Junk Mail Icon could use some spacing in the "About Junk Mail" dialog

patch by Stefan Borggraefe  borggraefe@despammed.com
Adds margin-left: 0.5ex to classic and 0.3ex to modern. Modern needs less
margin, because the icon itself already has a blank area on the left.

neil.parkwaycc.co.uk: review+
bienvenu: superreview+
This commit is contained in:
cbiesinger%web.de 2003-09-26 19:53:46 +00:00
Родитель ff4f558ea1
Коммит 42eea7d687
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -243,5 +243,6 @@
}
#junkIcon {
margin-left: 0.5ex;
list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif");
}

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

@ -270,6 +270,7 @@
#junkIcon {
margin-left: 0.3ex;
list-style-image: url("chrome://messenger/skin/icons/message-junk-other.gif");
}