From f9cb13709f9a224e5600788220cad5ef5a666ddc Mon Sep 17 00:00:00 2001 From: "hewitt%netscape.com" Date: Thu, 14 Sep 2006 06:02:17 +0000 Subject: [PATCH] XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt --- suite/browser/navigator.css | 3 +- suite/browser/navigator.xul | 75 +++++++++++++++----------------- suite/browser/turboDialog.xul | 3 +- suite/browser/urlbarBindings.xml | 11 +++-- 4 files changed, 43 insertions(+), 49 deletions(-) diff --git a/suite/browser/navigator.css b/suite/browser/navigator.css index 2310bfaf8028..de37a793c6eb 100644 --- a/suite/browser/navigator.css +++ b/suite/browser/navigator.css @@ -1,7 +1,6 @@ /* ::::: Hide the link toolbar if it is set to autohide and has no items. ::::: */ -#linktoolbar[hidden="maybe"][hasitems="false"] -{ +#linktoolbar[hidden="maybe"][hasitems="false"] { display: none; } diff --git a/suite/browser/navigator.xul b/suite/browser/navigator.xul index 330f701474be..89ff03a903ee 100644 --- a/suite/browser/navigator.xul +++ b/suite/browser/navigator.xul @@ -22,8 +22,6 @@ Contributor(s): ______________________________________. --> - - @@ -89,8 +87,6 @@ Contributor(s): ______________________________________. --> - - @@ -160,40 +156,41 @@ Contributor(s): ______________________________________. --> - - - - - - - - - - - + + + + + + + +