fix for #83638, addressbook throbber looks bad.

r=hwaara, rs=bienvenu, a=asa
This commit is contained in:
sspitzer%netscape.com 2001-06-15 04:10:15 +00:00
Родитель 967fa30ba2
Коммит 2fc3894d99
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -239,9 +239,11 @@ Rights Reserved.
<button id="button_search" class="other28" align="top" label="&searchButton.label;" disabled="true" tooltip="aTooltip" tooltiptext="&searchButton.tooltip;" oncommand="AbSearch()"/-->
</box>
<button class="plain" id="navigator-throbber" oncommand='goClickThrobber("addressbook.throbber.url")' tooltip="aTooltip" tooltiptext="&throbber.tooltip;">
<box id="throbber-box" autostretch="never">
<button id="navigator-throbber" oncommand='goClickThrobber("addressbook.throbber.url")' tooltip="aTooltip" tooltiptext="&throbber.tooltip;">
<observes element="broadcaster_throbber" attribute="busy"/>
</button>
</box>
</toolbar>
</toolbox>