EE
unread,Apr 5, 2013, 6:01:10 PM4/5/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
What element name does the small toolbar in the message window have? I
cannot figure out why it moves over to the left side of the window
rather than the right side in Walnut2 theme. I had to add two extra
elements to the messageHeader.css file to stop the top line in the
header from being cut off by that little toolbar if the address there is
long, and the toolbar promptly moved to the left side. How does one
force the small toolbar to go to the right side?
#expandedHeadersTopBox {
display: block;
}
#expandedBoxSpacer {
display: block;
height: 2px;
}
These are the two elements that I had to add.