Bug 391856 - button-images are outside the button and squeezed (part II). r=mano

This commit is contained in:
rflint@ryanflint.com 2007-08-12 03:25:28 -07:00
Родитель fed39c2b83
Коммит 3f239dff3d
1 изменённых файлов: 2 добавлений и 7 удалений

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

@ -32,14 +32,14 @@ richlistitem[type="download"] .name {
#information > button .button-text {
-moz-box-flex: 1;
text-align: left;
padding-left: 2px;
-moz-padding-start: 2px;
}
.mini-button {
-moz-appearance: none;
list-style-image: url(chrome://mozapps/skin/downloads/buttons.png);
background-color: transparent;
border: 0;
border: none;
padding: 0;
margin: 0;
min-width: 0;
@ -50,11 +50,6 @@ richlistitem[type="download"] .name {
padding: 0 !important;
}
.mini-button > image {
width: 16px;
height: 16px;
}
.cancel {
-moz-image-region: rect(0px, 32px, 16px, 16px);
}