Joined
·
237 Posts
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?
These are the two elements that I had to add.
Code:
#expandedHeadersTopBox {
display: block;
}
#expandedBoxSpacer {
display: block;
height: 2px;
}
These are the two elements that I had to add.