Bug #109134 --> optimize our CSS by using .classname instead of tagname.class name

for a couple styles.
r=bienvenu
sr=sspitzer
This commit is contained in:
mscott%netscape.com 2001-11-09 23:50:38 +00:00
Родитель 79768f9dfc
Коммит 4d40d98985
3 изменённых файлов: 11 добавлений и 16 удалений

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

@ -96,7 +96,7 @@ mail-emailaddress {
list-style-image : url("chrome://global/skin/twisty-open.gif");
}
label.headerValue { white-space: normal; min-width: 50px; margin: 0px;}
.headerValue { white-space: normal; min-width: 50px; margin: 0px;}
.subjectvalue {font-weight: bold;}
.headerdisplayname
@ -146,7 +146,7 @@ label.headerValue { white-space: normal; min-width: 50px; margin: 0px;}
width: 12em
}
label.collapsedHeaderDisplayName
.collapsedHeaderDisplayName
{
font-weight: bold;
margin-left: .7em;

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

@ -35,12 +35,6 @@
min-width : 1px;
}
mail-emailaddress
{
-moz-binding : url(chrome://messenger/content/mailWidgets.xml#mail-emailaddress);
display : -moz-inline-box;
}
.buttonSpacer
{
width : 0.5em;
@ -88,7 +82,7 @@ mail-emailaddress
-moz-box-pack: end;
}
label.emailDisplayButton
.emailDisplayButton
{
color : blue;
text-decoration : underline;
@ -107,21 +101,22 @@ label.emailDisplayButton
list-style-image : url("chrome://global/skin/twisty-open.gif");
}
label.headerValue
.headerValue
{
white-space : normal;
margin: 0px;
min-width : 50px;
}
label.subjectvalue
.subjectvalue
{
font-weight : bold;
}
label.headerdisplayname
.headerdisplayname
{
font-weight : bold;
margin : 0em 0.5em 0em 0.5em !important;
margin : 0em 0.5em 0em 0.5em;
min-height: 16px;
}
@ -165,7 +160,7 @@ label.headerdisplayname
width: 12em;
}
label.collapsedHeaderDisplayName
.collapsedHeaderDisplayName
{
font-weight: bold;
min-height: 16px;

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

@ -77,7 +77,7 @@
min-width: 50px;
}
label.headerValue {
.headerValue {
min-width: 50px;
margin: 0px;
white-space: normal;
@ -156,7 +156,7 @@ label.headerValue {
width: 12em;
}
label.collapsedHeaderDisplayName {
.collapsedHeaderDisplayName {
font-weight: bold;
margin-left: .7em;
min-height: 16px;