Bug #240970 --> Context menu text is right aligned in date area for the collapsed

message header view.
This commit is contained in:
scott%scott-macgregor.org 2004-09-28 23:05:13 +00:00
Родитель 4a04e43fee
Коммит 293a8dae80
2 изменённых файлов: 8 добавлений и 0 удалений

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

@ -244,6 +244,10 @@ list-style-image: url("chrome://messenger/skin/addressbook/icons/silhouette-hove
background-color: transparent;
}
#collapseddateValue > .textbox-input-box menupopup {
text-align: left;
}
#collapsedfromBox {
width: 18em;
background-color: transparent;

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

@ -203,6 +203,10 @@ description[selectable="true"]:focus > descriptionitem[selected="true"]
background-color: transparent;
}
#collapseddateValue > .textbox-input-box menupopup {
text-align: left;
}
#collapsedfromBox {
width: 18em;
background-color: transparent;