Bug #240970 --> Context menu text is right aligned in date area for the collapsed
message header view. git-svn-id: svn://10.0.0.236/trunk@162919 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
665e30cba9
commit
02268127f3
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user