mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
The address book search bar should look like the 3pane search bar
Patch by Stephen Walker
This commit is contained in:
parent
99b4dac141
commit
1cf55b781e
@ -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://"
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user