Bug 420674 - Large icons from extensions and themes are stretched in Addons manager. r=dtownsend a1.9b5=beltzner

This commit is contained in:
rflint@ryanflint.com 2008-03-20 14:43:46 -07:00
Родитель d1c653ae66
Коммит 50f605d5bc
5 изменённых файлов: 16 добавлений и 7 удалений

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

@ -125,8 +125,11 @@ richlistitem[selected="true"]:not([opType]) .descriptionCrop {
.addonIcon {
-moz-margin-end: 2px;
width: 32px;
max-width: 32px;
height: 32px;
}
.addonIcon > image {
max-width: 32px;
max-height: 32px;
}

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

@ -113,8 +113,11 @@ richlistitem[selected="true"]:not([opType]) .descriptionCrop {
.addonIcon {
-moz-margin-end: 2px;
width: 32px;
max-width: 32px;
height: 32px;
}
.addonIcon > image {
max-width: 32px;
max-height: 32px;
}

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

@ -41,8 +41,6 @@ installitem {
.xpinstallIconContainer {
width: 32px;
height: 32px;
max-width: 32px !important;
max-height: 32px !important;
-moz-margin-end: 5px;
}
@ -66,6 +64,8 @@ installitem {
}
.xpinstallItemIcon {
max-width: 32px;
max-height: 32px;
list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png");
}

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

@ -114,8 +114,11 @@ richlistitem[selected="true"]:not([opType]) .descriptionCrop {
.addonIcon {
-moz-margin-end: 2px;
width: 32px;
max-width: 32px;
height: 32px;
}
.addonIcon > image {
max-width: 32px;
max-height: 32px;
}

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

@ -50,8 +50,6 @@ installitem {
.xpinstallIconContainer {
width: 32px;
height: 32px;
max-width: 32px !important;
max-height: 32px !important;
-moz-margin-end: 5px;
}
@ -77,5 +75,7 @@ installitem {
}
.xpinstallItemIcon {
max-width: 32px;
max-height: 32px;
list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png");
}