Bug #244325 --> change the ID for the new quick search box so we don't collide

with the search button in advanced search.


git-svn-id: svn://10.0.0.236/trunk@158637 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scott%scott-macgregor.org
2004-07-01 05:24:48 +00:00
parent a2f6b02a9b
commit 7dff88fbc1
5 changed files with 10 additions and 10 deletions

View File

@@ -1809,7 +1809,7 @@
<spring flex="4"/>
<textbox id="searchInput" flex="1" onfocus="onSearchInputFocus(event);" onblur="onSearchInputBlur(event);" onclick="this.select();" oninput="onSearchInput(false);" onkeypress="onSearchKeyPress(event);">
<button id="search-button" type="menu">
<button id="quick-search-button" type="menu">
<menupopup id="quick-search-menupopup" value="2" persist="value" popupalign="topleft" popupanchor="bottomleft">
<menuitem value="0" label="&searchSubjectMenu.label;" type="radio"
oncommand="changeQuickSearchMode(this)"/>

View File

@@ -86,7 +86,7 @@ dummy.usesMailWidgets {
-moz-binding: url("chrome://messenger/content/search.xml#searchbar");
}
#search-button {
#quick-search-button {
-moz-binding: url("chrome://messenger/content/search.xml#searchBarDropMarker");
cursor: default;
}

View File

@@ -87,9 +87,9 @@
<children/>
<xul:stack flex="1">
<xul:hbox align="center">
<xul:image class="search-button-image" xbl:inherits="src"/>
<xul:image class="quick-search-button-image" xbl:inherits="src"/>
</xul:hbox>
<xul:image class="search-button-dropmarker"/>
<xul:image class="quick-search-button-dropmarker"/>
</xul:stack>
</content>
</binding>

View File

@@ -970,17 +970,17 @@ splitter {
color: grey;
}
#search-button {
#quick-search-button {
min-width: 22px;
margin: 0px 3px 0px 5px;
}
.search-button-image {
.quick-search-button-image {
padding: 0px;
list-style-image: url("chrome://messenger/skin/icons/Search-bar.png");
}
.search-button-dropmarker {
.quick-search-button-dropmarker {
padding: 6px 0px 5px 17px;
list-style-image: url("chrome://global/skin/arrow/arrow-dn.png");
}

View File

@@ -991,18 +991,18 @@ treechildren::-moz-tree-cell-text(lc-black, selected) {
color: grey;
}
#search-button {
#quick-search-button {
margin-top: 1px;
margin-bottom: 1px;
margin-right: 2px;
}
.search-button-image {
.quick-search-button-image {
margin: 0px;
list-style-image: url("chrome://messenger/skin/icons/Search-bar.png");
}
.search-button-dropmarker {
.quick-search-button-dropmarker {
margin-left: 12px;
margin-top: 8px;
list-style-image: url("chrome://messenger/skin/icons/search-arrow.gif");