From d03cd7f03e59df3573cc911a8eb3a3947e022e2c Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Tue, 2 Dec 2003 06:23:47 +0000 Subject: [PATCH] Part of BUg #227197 --> edit and new mailing list dialog should show the new icons not the old ones. Patch by Stephen Walker. --- .../addrbook/content/abEditListDialog.xul | 2 - .../addrbook/content/abMailListDialog.xul | 1 - mail/components/addrbook/skin/cardDialog.css | 40 ++++++++++++++++++- 3 files changed, 39 insertions(+), 4 deletions(-) diff --git a/mail/components/addrbook/content/abEditListDialog.xul b/mail/components/addrbook/content/abEditListDialog.xul index 139fd407353..308b3115889 100644 --- a/mail/components/addrbook/content/abEditListDialog.xul +++ b/mail/components/addrbook/content/abEditListDialog.xul @@ -18,8 +18,6 @@ # Copyright (C) 1998-1999 Netscape Communications Corporation. All # Rights Reserved. - - diff --git a/mail/components/addrbook/content/abMailListDialog.xul b/mail/components/addrbook/content/abMailListDialog.xul index 21aa2dbb17a..28a551a95f6 100644 --- a/mail/components/addrbook/content/abMailListDialog.xul +++ b/mail/components/addrbook/content/abMailListDialog.xul @@ -18,7 +18,6 @@ # Copyright (C) 1998-1999 Netscape Communications Corporation. All # Rights Reserved. - diff --git a/mail/components/addrbook/skin/cardDialog.css b/mail/components/addrbook/skin/cardDialog.css index 348788b2b23..1739a3fbe63 100644 --- a/mail/components/addrbook/skin/cardDialog.css +++ b/mail/components/addrbook/skin/cardDialog.css @@ -22,7 +22,7 @@ */ /* ===== cardViewOverlay.css ============================================ - == Styles for the Address Book Card view. + == Styles for Address Book dialogs. ======================================================================= */ @import url("chrome://messenger/skin/"); @@ -48,6 +48,44 @@ .stateZipSpacer { width: 3em; } + +/* ::::: List dialogs ::::: */ + +#addressingWidget { + -moz-user-focus: none; + width: 0; +} + +#typecol-addressingWidget { + min-width: 9em; + border-right: 1px solid #CACAFF; +} + +.addressingWidgetItem, +.dummy-row { + border: none !important; + background-color: inherit !important; + color: inherit !important; +} + +.addressingWidgetCell { + border-bottom: 1px solid #CACAFF; + padding: 0px; +} + +.addressingWidgetCell:first-child { + border-top: none; +} + +.dummy-row-cell:first-child { + border-top: none; + border-bottom: 1px solid #CACAFF; +} + +.person-icon { + margin: 0 3px; + list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.png"); +} /* XXX: would be nice to find a common place for this XXX ::::captions in tabs ::::: */