The address book search bar should look like the 3pane search bar

Patch by Stephen Walker
This commit is contained in:
scott%scott-macgregor.org 2004-06-29 22:54:38 +00:00
parent 99b4dac141
commit 1cf55b781e
2 changed files with 25 additions and 5 deletions

View File

@ -492,9 +492,11 @@
<!-- The main address book three pane -->
<hbox flex="1">
<vbox id="dirTreeBox" persist="width collapsed">
<sidebarheader id="abDirTreeHeader" align="center">
<hbox id="abDirTreeHeaderContainer">
<sidebarheader id="abDirTreeHeader" align="center" flex="1">
<label id="abDirTreeHeader-title" value="&dirTreeHeader.label;"/>
</sidebarheader>
</hbox>
<!-- FIX ME - remove document.commandDispatcher.updateCommands() when tree selection calls this automatically -->
<tree id="dirTree" class="abDirectory plain" seltype="single" minwidth="150" flex="1" persist="width"
datasources="rdf:addressdirectory" ref="moz-abdirectory://"

View File

@ -259,6 +259,18 @@ toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][disabled="true"]:
padding: 0;
}
/* ::::: directory pane adjustments ::::: */
#abDirTreeHeaderContainer {
border-top: 1px solid ThreeDHighlight;
}
#abDirTreeHeader {
height: 29px;
border-bottom: none;
border-top: none;
}
/* ::::: directory pane icons ::::: */
treechildren::-moz-tree-image(DirCol) {
@ -285,7 +297,13 @@ treechildren::-moz-tree-image(DirCol, IsRemote-true, IsSecure-true) {
/* ::::: splitters ::::: */
#dirTree-splitter,
#dirTree-splitter {
border-top: 1px solid ThreeDHighlight;
border-left: none;
border-right: none;
border-bottom: none;
}
#results-splitter {
border: none;
min-height: 5px;
@ -382,7 +400,7 @@ html|p {
/* ::::: Search Bar ::::: */
#searchBox {
border-top: 1px solid transparent;
border-right: 1px solid ThreeDShadow;
border-bottom: 1px solid transparent;
border-top: 1px solid ThreeDHighlight;
height: 30px;
min-height: 30px;
}