зеркало из https://github.com/mozilla/pjs.git
Bug 420674 - Large icons from extensions and themes are stretched in Addons manager. r=dtownsend a1.9b5=beltzner
This commit is contained in:
Родитель
d1c653ae66
Коммит
50f605d5bc
|
@ -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");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче