Center the twistys in the message pane a little better than they currently are. This should probably be done in mailWidgets.xml and not through CSS but I can't seem to get that to work.

This commit is contained in:
scott%scott-macgregor.org 2003-11-19 19:22:40 +00:00
parent c7adf60b78
commit a2f2311ca8

View File

@ -164,8 +164,9 @@ description[selectable="true"]:focus > descriptionitem[selected="true"]
/* ::::: email address twisty ::::: */
.addresstwisty {
margin: 2px;
.addresstwisty {
padding-right: 5px;
padding-top: 4px;
list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif");
}
@ -177,7 +178,7 @@ description[selectable="true"]:focus > descriptionitem[selected="true"]
.expandHeaderViewButton,
.collapsedHeaderViewButton {
margin: 2px .5em 0 .5em;
margin: 4px .5em 0 .5em;
}
.expandHeaderViewButton {