Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Message window small toolbar

6 views
Skip to first unread message

EE

unread,
Apr 5, 2013, 6:01:10 PM4/5/13
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.

dillinger

unread,
Apr 11, 2013, 3:29:49 AM4/11/13
to
You should bug the developer about that.

What you need is probably:

#header-view-toolbox {
float: right;
}

Installing the DOM Inspector and Element Inspector add-ons makes finding
these things a lot easier:
https://addons.mozilla.org/en-US/thunderbird/addon/dom-inspector-6622/
https://addons.mozilla.org/en-US/thunderbird/addon/element-inspector/


0 new messages