зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
7fbf3eeb1a
Коммит
9a711046f6
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче