From 8942977034de9f74cd7577817f2cb374bc3da91e Mon Sep 17 00:00:00 2001 From: "nbhatla%netscape.com" Date: Sat, 19 Aug 2000 01:57:50 +0000 Subject: [PATCH] #25561 -> Select Addresses dialog cleanup. #46519-> Mac Classic skin polish. r=hangas --- .../messenger/addressbook/addressbook.css | 62 ++++++++++++++++ .../messengercompose/messengercompose.css | 2 +- themes/classic/navigator/mac/navigator.css | 2 +- themes/modern/communicator/splitter.css | 22 ++++++ .../messenger/addressbook/addressbook.css | 70 +++++++++++++++++++ 5 files changed, 156 insertions(+), 2 deletions(-) diff --git a/themes/classic/messenger/addressbook/addressbook.css b/themes/classic/messenger/addressbook/addressbook.css index 37f6b37083ff..725c86818c4f 100644 --- a/themes/classic/messenger/addressbook/addressbook.css +++ b/themes/classic/messenger/addressbook/addressbook.css @@ -298,3 +298,65 @@ treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty { list-style-image: none !important; } + +/*** Styles for abSelectAddressesDialog.xul ***/ + +#3PaneBox { + border-top : 1px solid #000000; + border-bottom : 1px solid #000000; + border-left : 1px solid #000000; +} + +#dirTreeBox { + width : 180px; + height : 100%; + background-color: #FFFFFF; + border-right : 1px solid #000000; +} + +#dirTree { // Tree that lists different Address Books + height : 100px; + min-width : 10px; +} + +#results-bucket-tree-box { + border-right : 1px solid #000000; +} + +#resultsTreeBox { + background-color: #FFFFFF; + border-bottom : 1px solid #000000; +} + +#resultsTree { + height : 100px; + min-width : 10px; +} + +#addToBucketButtonBox { // Row of "To" "CC" and "Bcc" buttons + padding : 0.3em; + min-width : 10px; +} + +#bucketBox { + height : 170px; + border-top : 1px solid #000000; +} + +#addressBucket { + height : 100px; + min-width : 10px; +} + +#rightColumnButtonBox { // Column with "New", "Edit" and "Remove" buttons + padding : .5em; + padding-right : 0px; +} + +.3rd-column-spring { // Vertical Springs between 3rd column buttons + height : 10px; +} + +.middle-button-spring { // Springs between To, CC, and BCC buttons + width : 10px; +} diff --git a/themes/classic/messenger/messengercompose/messengercompose.css b/themes/classic/messenger/messengercompose/messengercompose.css index a01939d25243..4db4e6701e66 100644 --- a/themes/classic/messenger/messengercompose/messengercompose.css +++ b/themes/classic/messenger/messengercompose/messengercompose.css @@ -27,7 +27,7 @@ tree[class="addressingWidget"] treeitem > treerow > treecell > box > image { vertical-align: middle; padding:2px; border:none; - list-style-image: url("chrome://messenger/skin/addressbook/person.gif"); + list-style-image: url("chrome://messenger/skin/abcard.gif"); user-focus: ignore; } diff --git a/themes/classic/navigator/mac/navigator.css b/themes/classic/navigator/mac/navigator.css index 89990aad7870..45dcba7f5b2d 100644 --- a/themes/classic/navigator/mac/navigator.css +++ b/themes/classic/navigator/mac/navigator.css @@ -205,7 +205,7 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome { #search-button { - margin-right : 1px; + margin-right : 2px; } .menuitem-iconic diff --git a/themes/modern/communicator/splitter.css b/themes/modern/communicator/splitter.css index e3a4a4b92bae..dba81b8eed7e 100644 --- a/themes/modern/communicator/splitter.css +++ b/themes/modern/communicator/splitter.css @@ -129,3 +129,25 @@ splitter.gray-horizontal-splitter #endcap { min-width: 8px; width: 8px; } + +splitter.gray-vertical-splitter { + min-height: 8px; + background-color: #CCCCCC; + border: none; + padding: 0px; +} + +splitter.gray-vertical-splitter grippy { + margin: 0px; + border: 2px solid #CCCCCC; + padding: 0px; + background-color: #6699CC; + list-style-image: none; +} +splitter.gray-vertical-splitter grippy:hover { + background-color: #003366; +} + +splitter.gray-vertical-splitter grippy:active { + background-color: #003366; +} diff --git a/themes/modern/messenger/addressbook/addressbook.css b/themes/modern/messenger/addressbook/addressbook.css index 9fedeef4806d..2b955c620f91 100644 --- a/themes/modern/messenger/addressbook/addressbook.css +++ b/themes/modern/messenger/addressbook/addressbook.css @@ -179,3 +179,73 @@ treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty { list-style-image: none !important; } + +/*** Styles for abSelectAddressesDialog.xul ***/ + +box[orient="horizontal"] > splitter { + border-right : 1px solid #000000; +} + +box[orient="vertical"] > splitter { + border-top : 1px solid #000000; +} + +#3PaneBox { + border-top : 1px solid #000000; + border-bottom : 1px solid #000000; + border-left : 1px solid #000000; +} + +#dirTreeBox { + width : 180px; + height : 100%; + background-color: #FFFFFF; + border-right : 1px solid #000000; +} + +#dirTree { // Tree that lists different Address Books + height : 100px; + min-width : 10px; +} + +#results-bucket-tree-box { + border-right : 1px solid #000000; +} + +#resultsTreeBox { + background-color: #FFFFFF; + border-bottom : 1px solid #000000; +} + +#resultsTree { + height : 100px; + min-width : 10px; +} + +#addToBucketButtonBox { // Row of "To" "CC" and "Bcc" buttons + padding : 0.3em; + min-width : 10px; +} + +#bucketBox { + height : 170px; + border-top : 1px solid #000000; +} + +#addressBucket { + height : 100px; + min-width : 10px; +} + +#rightColumnButtonBox { // Column with "New", "Edit" and "Remove" buttons + padding : .5em; + padding-right : 0px; +} + +.3rd-column-spring { // Vertical Springs between 3rd column buttons + height : 10px; +} + +.middle-button-spring { // Springs between To, CC, and BCC buttons + width : 10px; +}