Part of BUg #227197 --> edit and new mailing list dialog should show the new icons not the old ones.

Patch by Stephen Walker.
This commit is contained in:
scott%scott-macgregor.org 2003-12-02 06:23:47 +00:00
Родитель 9e8c208615
Коммит d03cd7f03e
3 изменённых файлов: 39 добавлений и 4 удалений

Просмотреть файл

@ -18,8 +18,6 @@
# Copyright (C) 1998-1999 Netscape Communications Corporation. All # Copyright (C) 1998-1999 Netscape Communications Corporation. All
# Rights Reserved. # Rights Reserved.
<?xml-stylesheet href="chrome://messenger/skin/addressingWidget.css" type="text/css"?>
<?xml-stylesheet href="chrome://messenger/skin/addressbook/cardDialog.css" type="text/css"?> <?xml-stylesheet href="chrome://messenger/skin/addressbook/cardDialog.css" type="text/css"?>
<!DOCTYPE dialog SYSTEM "chrome://messenger/locale/addressbook/abMailListDialog.dtd"> <!DOCTYPE dialog SYSTEM "chrome://messenger/locale/addressbook/abMailListDialog.dtd">

Просмотреть файл

@ -18,7 +18,6 @@
# Copyright (C) 1998-1999 Netscape Communications Corporation. All # Copyright (C) 1998-1999 Netscape Communications Corporation. All
# Rights Reserved. # Rights Reserved.
<?xml-stylesheet href="chrome://messenger/skin/addressingWidget.css" type="text/css"?>
<?xml-stylesheet href="chrome://messenger/skin/addressbook/cardDialog.css" type="text/css"?> <?xml-stylesheet href="chrome://messenger/skin/addressbook/cardDialog.css" type="text/css"?>
<!DOCTYPE dialog SYSTEM "chrome://messenger/locale/addressbook/abMailListDialog.dtd"> <!DOCTYPE dialog SYSTEM "chrome://messenger/locale/addressbook/abMailListDialog.dtd">

Просмотреть файл

@ -22,7 +22,7 @@
*/ */
/* ===== cardViewOverlay.css ============================================ /* ===== cardViewOverlay.css ============================================
== Styles for the Address Book Card view. == Styles for Address Book dialogs.
======================================================================= */ ======================================================================= */
@import url("chrome://messenger/skin/"); @import url("chrome://messenger/skin/");
@ -49,6 +49,44 @@
width: 3em; 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 ::::: */ /* XXX: would be nice to find a common place for this XXX ::::captions in tabs ::::: */
.tab-caption { .tab-caption {