Bug #269304 --> convert address book quick search box to look and behave like the

mail 3 pane quick search box.


git-svn-id: svn://10.0.0.236/trunk@165295 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scott%scott-macgregor.org 2004-11-12 04:09:37 +00:00
parent a2b538809c
commit 976462139e
3 changed files with 89 additions and 43 deletions

View File

@ -30,6 +30,7 @@ classic.jar:
+ skin/classic/messenger/messageBody.css (messageBody.css)
+ skin/classic/messenger/msgSelectOffline.css (msgSelectOffline.css)
+ skin/classic/messenger/mailWindow1.css (mailWindow1.css)
skin/classic/messenger/searchBox.css (searchBox.css)
+ skin/classic/messenger/junkMail.css (junkMail.css)
+ skin/classic/messenger/folderMenus.css (folderMenus.css)
+ skin/classic/messenger/subscribe.css (subscribe.css)

View File

@ -993,49 +993,6 @@ splitter {
border: 1px solid transparent;
}
#searchBox {
padding: 2px 0px;
margin: 0px;
}
#searchInput[searchCriteria="true"] {
color: grey;
}
#quick-search-button {
min-width: 22px;
margin: 0px 3px 0px 5px;
}
.quick-search-button-image {
padding: 0px;
list-style-image: url("chrome://messenger/skin/icons/Search-bar.png");
}
.quick-search-button-dropmarker {
padding: 6px 0px 5px 17px;
list-style-image: url("chrome://global/skin/arrow/arrow-dn.png");
}
#searchInput {
background: url("chrome://messenger/skin/icons/search-bar-background.png") no-repeat;
margin: 4px 3px 4px 3px;
-moz-appearance: none;
font: icon;
height: 22px !important;
width: 100px !important;
border: none !important;
}
#searchInput > .textbox-input-box {
border: none;
padding-right: 10px; padding-top: 3px;
height: 21px !important;
margin: 0px;
}
/* ..... message pane adjustments ..... */
#messagepanebox {

View File

@ -0,0 +1,88 @@
/*
# The contents of this file are subject to the Netscape Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/NPL/
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Original Code is Mozilla Communicator client code, released
# March 31, 1998.
#
# The Initial Developer of the Original Code is Netscape
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998-1999 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
*/
#searchBox {
padding: 2px 0px;
margin: 0px 4px;
}
#searchInput[searchCriteria="true"] {
color: grey;
}
#quick-search-button {
min-width: 22px;
margin: 0px 3px 0px 5px;
}
.quick-search-button-image {
padding: 0px;
list-style-image: url("chrome://messenger/skin/icons/Search-bar.png");
}
.quick-search-button-dropmarker {
padding: 6px 0px 5px 17px;
list-style-image: url("chrome://global/skin/arrow/arrow-dn.png");
}
.quick-search-clearbutton {
background: url("chrome://messenger/skin/icons/SearchBarRight.png") right center no-repeat;
list-style-image: none;
-moz-appearance: none;
padding: 0px !important;
border: none !important;
margin: 0px !important;
width: 20px;
}
.quick-search-clearbutton[clearButtonHidden="false"] {
list-style-image: url("chrome://global/skin/icons/closetab.png") !important;
margin: 0px !important;
padding: 0px 3px;
}
.quick-search-clearbutton > .toolbarbutton-text {
display: none;
}
.quick-search-clearbutton[clearButtonHidden="false"]:hover:active {
list-style-image: url("chrome://global/skin/icons/closetab-active.png") !important;
}
#searchInput {
background: url("chrome://messenger/skin/icons/SearchBarLeft.png") left center no-repeat;
margin: 4px 0px 4px 0px !important;
-moz-appearance: none;
font: icon;
height: 22px !important;
width: 100px !important;
border: none !important;
}
#searchInput > .textbox-input-box {
background: url("chrome://messenger/skin/icons/SearchBarMiddle.png") center repeat-x;
border: none;
padding-top: 3px;
height: 21px !important;
margin: 0 !important;
}