mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
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:
parent
c7adf60b78
commit
a2f2311ca8
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user