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 2007-09-06 22:03:13 +00:00
Родитель 7fbf3eeb1a
Коммит 9a711046f6
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");
}