fix for bug #400682: favicons displayed at full size in open location autocomplete and homepage (pref ui) autocomplete r=gavin, a=blocking-firefox-3+

This commit is contained in:
sspitzer@mozilla.org 2007-12-12 13:02:19 -08:00
Родитель e6c8d5b1c8
Коммит 8423252be1
5 изменённых файлов: 10 добавлений и 21 удалений

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

@ -942,13 +942,6 @@ toolbar[iconsize="small"] #paste-button[disabled="true"] {
-moz-box-align: stretch;
}
.autocomplete-treebody::-moz-tree-image(tag, treecolAutoCompleteValue),
.autocomplete-treebody::-moz-tree-image(favicon, treecolAutoCompleteValue),
.autocomplete-treebody::-moz-tree-image(bookmark, treecolAutoCompleteValue) {
width: 16px;
height: 16px;
}
#treecolAutoCompleteImage {
max-width : 36px;
}

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

@ -910,13 +910,6 @@ statusbarpanel#statusbar-display {
/* ----- AUTOCOMPLETE ----- */
.autocomplete-treebody::-moz-tree-image(favicon, treecolAutoCompleteValue),
.autocomplete-treebody::-moz-tree-image(tag, treecolAutoCompleteValue),
.autocomplete-treebody::-moz-tree-image(bookmark, treecolAutoCompleteValue) {
width: 16px;
height: 16px;
}
#treecolAutoCompleteImage {
max-width: 36px;
}

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

@ -936,13 +936,6 @@ statusbarpanel#statusbar-display {
/* ::::: autocomplete ::::: */
.autocomplete-treebody::-moz-tree-image(favicon, treecolAutoCompleteValue),
.autocomplete-treebody::-moz-tree-image(tag, treecolAutoCompleteValue),
.autocomplete-treebody::-moz-tree-image(bookmark, treecolAutoCompleteValue) {
width: 16px;
height: 16px;
}
#treecolAutoCompleteImage {
max-width: 36px;
}

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

@ -118,6 +118,11 @@ treechildren.autocomplete-treebody::-moz-tree-cell-text(selected) {
color: HighlightText !important;
}
.autocomplete-treebody::-moz-tree-image(treecolAutoCompleteValue) {
max-width: 16px;
height: 16px;
}
/* ::::: richlistbox autocomplete ::::: */
.autocomplete-richlistbox {

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

@ -218,6 +218,11 @@ treechildren.autocomplete-treebody::-moz-tree-cell-text(selected) {
color: HighlightText !important;
}
.autocomplete-treebody::-moz-tree-image(treecolAutoCompleteValue) {
max-width: 16px;
height: 16px;
}
/* ::::: richlistbox autocomplete ::::: */
.autocomplete-richlistbox {