Bug #47681 --> forgot to make these same changes to the mac classic .css file.

This commit is contained in:
mscott%netscape.com 2000-08-24 20:14:32 +00:00
Родитель 3c877fb41e
Коммит 46f41a3cda
1 изменённых файлов: 14 добавлений и 12 удалений

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

@ -36,12 +36,14 @@ mail-emailaddress {
visibility: collapse;
}
spring.buttonTopSpacer { height: .3em; }
spring.buttonSpacer { width: .5em; }
box.headerBox { overflow: hidden; min-width:50px;}
box.header-part1 { background-color: #EEEEEE; border: none; }
box.header-part2 { background-color: #CCCCCC; border: none; }
box.header-part3 { background-color: #CCCCCC; border: none; }
.buttonTopSpacer { height: .3em; }
.buttonSpacer { width: .5em; }
.headerBox { overflow: hidden; min-width:50px;}
.header-part1 { background-color: #EEEEEE; border: none; }
.header-part2 { background-color: #CCCCCC; border: none; }
.header-part3 { background-color: #CCCCCC; border: none; }
.headerValueBox { width: 7.7em; text-align: right;}
#addToAddressBookButton {
list-style-image:url("chrome://messenger/skin/addtoab.gif");
@ -55,33 +57,33 @@ box.header-part3 { background-color: #CCCCCC; border: none; }
margin: 0px;
}
image.emailDisplayImage
.emailDisplayImage
{
align: right;
}
text.emailSeparator {
.emailSeparator {
display: inline;
}
text.emailDisplayButton {
.emailDisplayButton {
color: blue;
text-decoration: underline;
cursor: pointer;
max-height: 15px;
}
image.showMoreAddressesButton {
.showMoreAddressesButton {
list-style-image: url("chrome://messenger/skin/more.gif");
display: inline;
}
image.showFewerAddressesButton {
.showFewerAddressesButton {
list-style-image: url("chrome://messenger/skin/less.gif");
display: inline;
}
html.headerValue { white-space: normal; min-width: 50px; }
html.headerValue { white-space: normal; min-width: 50px; margin: 0px;}
html.subjectvalue {font-weight: bold;}
text.headerdisplayname { font-weight: bold; margin-right: .5em; margin-left: .5em; min-height: 18px }