Add "bookmark find" dialog support.

git-svn-id: svn://10.0.0.236/trunk@65905 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rjc%netscape.com
2000-04-14 00:05:49 +00:00
parent 28afdb6e46
commit e653288aab
9 changed files with 54 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
bm-find.css
bm-panel.css
bm-props.css
bookmarks.css

View File

@@ -41,6 +41,7 @@ CHROME_CONTENT = \
$(NULL)
CHROME_SKIN = \
bm-find.css \
bm-panel.css \
bm-props.css \
bookmark-folder-closed.gif \

View File

@@ -0,0 +1,23 @@
/* -*- Mode: C; c-basic-offset: 2 -*-
*
* 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.org code.
*
* The Initial Developer of the Original Code is Netscape
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1998 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
*/
@import url(chrome://global/skin/);

View File

@@ -25,6 +25,7 @@
-->
<?xml-stylesheet href="chrome://bookmarks/skin/bm-find.css" type="text/css"?>
<?xml-stylesheet href="chrome://bookmarks/skin/" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://bookmarks/locale/bm-find.dtd">

View File

@@ -20,6 +20,8 @@
* Contributor(s):
*/
@import url(chrome://global/skin/);
treeitem > treerow > treecell > .tree-icon > .twisty{
display: none;
}

View File

@@ -1,3 +1,27 @@
/* -*- Mode: C; c-basic-offset: 2 -*-
*
* 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.org code.
*
* The Initial Developer of the Original Code is Netscape
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1998 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
*/
@import url(chrome://global/skin/);
window
{
margin-top: 2px;

View File

@@ -20,12 +20,6 @@
* Contributor(s):
*/
/*
Style rules specific to the bookmarks panel & pane.
*/
@import url(chrome://global/skin/);
treeitem[container="true"][open="true"][loading="true"] > treerow > treecell > .tree-icon

View File

@@ -26,6 +26,7 @@
<?xml-stylesheet href="chrome://bookmarks/skin/" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://bookmarks/locale/bookmarks.dtd">
<window title="&bookmarksWindowTitle.label;" id="bookmark-window" onunload="doUnload()"
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"

View File

@@ -41,6 +41,7 @@ CHROME_CONTENT = \
$(NULL)
CHROME_SKIN = \
.\bm-find.css \
.\bm-panel.css \
.\bm-props.css \
.\bookmark-folder-closed.gif \