Bug 516571: search button bustage, r=mfinkle

This commit is contained in:
Vivien Nicolas 2009-09-15 16:17:50 -04:00
Родитель 62f3cf8fd6
Коммит 6b306f7c47
3 изменённых файлов: 14 добавлений и 4 удалений

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

@ -376,8 +376,6 @@
// styling the selected item when closing the popup is fast enough
this.selectedIndex = target._index + offset;
this.input.controller.handleEnter(true);
} else {
this.close();
}
]]>
</handler>

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

@ -584,6 +584,7 @@ placeitem .button-text {
#autocomplete_navbuttons {
padding: 2.2mm; /* core spacing */
min-height: 14.4mm; /* row size */
-moz-user-focus: ignore;
}
#autocomplete_navbuttons autorepeatbutton {
@ -689,7 +690,7 @@ autocompleteresult.allbookmarks > .autocomplete-item-tags:after {
display: block;
-moz-column-width: 128px;
-moz-column-gap: 0;
-moz-user-focus: none;
-moz-user-focus: ignore;
margin: 0;
padding: 0;
background-color: transparent;
@ -820,6 +821,11 @@ findbar .findbar-closebutton {
font-size: 80%;
}
#search-buttons,
.search-engine-button {
-moz-user-focus: ignore;
}
.search-engine-button .button-icon {
width: 16px;
height: 16px;

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

@ -350,6 +350,7 @@ placeitem .button-text {
#autocomplete_navbuttons {
padding: 1.1mm; /* core spacing */
min-height: 7.2mm; /* row size */
-moz-user-focus: ignore;
}
#autocomplete_navbuttons autorepeatbutton {
@ -453,7 +454,7 @@ autocompleteresult.allbookmarks > .autocomplete-item-tags:after {
display: block;
-moz-column-width: 128px;
-moz-column-gap: 0;
-moz-user-focus: none;
-moz-user-focus: ignore;
margin: 0;
padding: 0;
background-color: transparent;
@ -543,6 +544,11 @@ findbar {
font-size: 80%;
}
#search-buttons,
.search-engine-button {
-moz-user-focus: ignore;
}
/* Preferences window ---------------------------------------------------- */
/* XXX should be a richlistitem */
setting {