Due to bug 1357841 we cannot put the help button as low as the spec desired (14px from the bottom). However the patch will reduce the bottom offset when the height of the window is low so as not to waste space. Ian Ferguson <xfergusi@gmail.com> contributed substantially to this patch. MozReview-Commit-ID: 4Dxa30RmSBZ
18 lines
696 B
XML
18 lines
696 B
XML
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
- You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
|
|
<stringbundle id="searchResultBundle" src="chrome://browser/locale/preferences/preferences.properties"/>
|
|
|
|
<hbox id="header-searchResults"
|
|
class="header"
|
|
hidden="true"
|
|
data-category="paneSearchResults">
|
|
<label class="header-name" flex="1">&paneSearchResults.title;</label>
|
|
</hbox>
|
|
|
|
<groupbox class="no-results-message" align="start" data-category="paneSearchResults" hidden="true">
|
|
<label id="sorry-message"></label>
|
|
<label id="need-help"></label>
|
|
</groupbox>
|