Bug #23528 --> add style for making the subject bold. Add styles for email address button

to make it look like a link.
r=alecf
This commit is contained in:
mscott%netscape.com 2000-01-24 01:55:39 +00:00
Родитель 748f272395
Коммит 9b34e616ad
1 изменённых файлов: 10 добавлений и 1 удалений

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

@ -52,6 +52,14 @@ box.header-part3 { background-color: #CCCCCC; border: none; }
margin: 0px; margin: 0px;
} }
titledbutton.emailDisplayButton {
align: right;
color: blue;
text-decoration: underline;
cursor: pointer;
max-height: 15px;
}
titledbutton.showMoreAddressesButton { titledbutton.showMoreAddressesButton {
list-style-image:url("chrome://messenger/skin/more.gif"); list-style-image:url("chrome://messenger/skin/more.gif");
} }
@ -60,6 +68,7 @@ titledbutton.showFewerAddressesButton {
list-style-image:url("chrome://messenger/skin/less.gif"); list-style-image:url("chrome://messenger/skin/less.gif");
} }
html|div.headerdisplayname { font-weight: bold; margin-right: .5em; margin-left: .5em; } html|div.subjectvalue {font-weight: bold;}
html|div.headerdisplayname { font-weight: bold; margin-right: .5em; margin-left: .5em; min-height: 18px }
html|div.headerValue { white-space: normal; min-width: 50px; } html|div.headerValue { white-space: normal; min-width: 50px; }