Mail and news prefs not painting properly (by John Morrison, 47813). r=blake sr=hewitt

This commit is contained in:
blakeross%telocity.com 2001-03-08 01:07:14 +00:00
Родитель d97a9680bb
Коммит d43e79d098
4 изменённых файлов: 2 добавлений и 30 удалений

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

@ -1,10 +0,0 @@
#classic
{
list-style-image : url("chrome://messenger/skin/winclassic.gif");
}
#wide
{
list-style-image : url("chrome://messenger/skin/winwide.gif");
}

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

@ -1,10 +0,0 @@
#classic
{
list-style-image : url("chrome://messenger/skin/winclassic.gif");
}
#wide
{
list-style-image : url("chrome://messenger/skin/winwide.gif");
}

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

@ -1,10 +0,0 @@
#classic
{
list-style-image : url("chrome://messenger/skin/winclassic.gif");
}
#wide
{
list-style-image : url("chrome://messenger/skin/winwide.gif");
}

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

@ -2,10 +2,12 @@
#classic #classic
{ {
list-style-image : url("chrome://messenger/skin/winclassic.gif"); list-style-image : url("chrome://messenger/skin/winclassic.gif");
min-height : 32px; /* pre-allocate a height for this image */
} }
#wide #wide
{ {
list-style-image : url("chrome://messenger/skin/winwide.gif"); list-style-image : url("chrome://messenger/skin/winwide.gif");
min-height : 32px; /* pre-allocate a height for this image */
} }