From e653288aabad5b611a0ad1f588400a8dd1148420 Mon Sep 17 00:00:00 2001 From: "rjc%netscape.com" Date: Fri, 14 Apr 2000 00:05:49 +0000 Subject: [PATCH] Add "bookmark find" dialog support. git-svn-id: svn://10.0.0.236/trunk@65905 18797224-902f-48f8-a5cc-f745e15eee43 --- .../bookmarks/resources/MANIFEST-skin | 1 + .../bookmarks/resources/Makefile.in | 1 + .../bookmarks/resources/bm-find.css | 23 ++++++++++++++++++ .../bookmarks/resources/bm-find.xul | 1 + .../bookmarks/resources/bm-panel.css | 2 ++ .../bookmarks/resources/bm-props.css | 24 +++++++++++++++++++ .../bookmarks/resources/bookmarks.css | 6 ----- .../bookmarks/resources/bookmarks.xul | 1 + .../bookmarks/resources/makefile.win | 1 + 9 files changed, 54 insertions(+), 6 deletions(-) create mode 100755 mozilla/xpfe/components/bookmarks/resources/bm-find.css diff --git a/mozilla/xpfe/components/bookmarks/resources/MANIFEST-skin b/mozilla/xpfe/components/bookmarks/resources/MANIFEST-skin index 5dae9921033..19d6993ab16 100644 --- a/mozilla/xpfe/components/bookmarks/resources/MANIFEST-skin +++ b/mozilla/xpfe/components/bookmarks/resources/MANIFEST-skin @@ -1,3 +1,4 @@ +bm-find.css bm-panel.css bm-props.css bookmarks.css diff --git a/mozilla/xpfe/components/bookmarks/resources/Makefile.in b/mozilla/xpfe/components/bookmarks/resources/Makefile.in index 2178f530a85..55ecefef0de 100644 --- a/mozilla/xpfe/components/bookmarks/resources/Makefile.in +++ b/mozilla/xpfe/components/bookmarks/resources/Makefile.in @@ -41,6 +41,7 @@ CHROME_CONTENT = \ $(NULL) CHROME_SKIN = \ + bm-find.css \ bm-panel.css \ bm-props.css \ bookmark-folder-closed.gif \ diff --git a/mozilla/xpfe/components/bookmarks/resources/bm-find.css b/mozilla/xpfe/components/bookmarks/resources/bm-find.css new file mode 100755 index 00000000000..3e5e5a2b3c3 --- /dev/null +++ b/mozilla/xpfe/components/bookmarks/resources/bm-find.css @@ -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/); diff --git a/mozilla/xpfe/components/bookmarks/resources/bm-find.xul b/mozilla/xpfe/components/bookmarks/resources/bm-find.xul index 938604f425e..9fa99d9c07b 100755 --- a/mozilla/xpfe/components/bookmarks/resources/bm-find.xul +++ b/mozilla/xpfe/components/bookmarks/resources/bm-find.xul @@ -25,6 +25,7 @@ --> + diff --git a/mozilla/xpfe/components/bookmarks/resources/bm-panel.css b/mozilla/xpfe/components/bookmarks/resources/bm-panel.css index 731f2476ff2..55bb952c2e1 100644 --- a/mozilla/xpfe/components/bookmarks/resources/bm-panel.css +++ b/mozilla/xpfe/components/bookmarks/resources/bm-panel.css @@ -20,6 +20,8 @@ * Contributor(s): */ +@import url(chrome://global/skin/); + treeitem > treerow > treecell > .tree-icon > .twisty{ display: none; } diff --git a/mozilla/xpfe/components/bookmarks/resources/bm-props.css b/mozilla/xpfe/components/bookmarks/resources/bm-props.css index c5e64da5a0f..4f280ca68a3 100755 --- a/mozilla/xpfe/components/bookmarks/resources/bm-props.css +++ b/mozilla/xpfe/components/bookmarks/resources/bm-props.css @@ -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; diff --git a/mozilla/xpfe/components/bookmarks/resources/bookmarks.css b/mozilla/xpfe/components/bookmarks/resources/bookmarks.css index 0c0a031d906..5aa7717f2fc 100644 --- a/mozilla/xpfe/components/bookmarks/resources/bookmarks.css +++ b/mozilla/xpfe/components/bookmarks/resources/bookmarks.css @@ -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 diff --git a/mozilla/xpfe/components/bookmarks/resources/bookmarks.xul b/mozilla/xpfe/components/bookmarks/resources/bookmarks.xul index 534c69abd65..08ca5408533 100644 --- a/mozilla/xpfe/components/bookmarks/resources/bookmarks.xul +++ b/mozilla/xpfe/components/bookmarks/resources/bookmarks.xul @@ -26,6 +26,7 @@ +