зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
748f272395
Коммит
9b34e616ad
|
@ -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; }
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче