How do I reduce the headers shown in this area of the message? I
just want to show From and Date.
I'd like to get rid of the buttons Reply, Forward, Archive, Delete
if possible too.
Thanks.
--
LeechBlock support forum. Free registration.
http://www.phpbbplanet.com/thebuzz/
> How do I reduce the headers shown in this area of the message? I
> just want to show From and Date.
CompactHeader:
https://addons.mozilla.org/de/thunderbird/addon/13564
> I'd like to get rid of the buttons Reply, Forward, Archive, Delete
> if possible too.
userChrome.css :
#header-view-toolbox,
#otherActionsBox {
display: none !important;
}
HTH
Paul
> Chuck in MI wrote:
>
>> How do I reduce the headers shown in this area of the message? I
>> just want to show From and Date.
>
> CompactHeader:
> https://addons.mozilla.org/de/thunderbird/addon/13564
https://addons.mozilla.org/en-US/thunderbird/addon/13564
for the English language version.
>> I'd like to get rid of the buttons Reply, Forward, Archive, Delete
>> if possible too.
>
> userChrome.css :
>
> #header-view-toolbox,
> #otherActionsBox {
> display: none !important;
> }
That's part of what the CompactHeader extension can do. If
you're going to install the extension there's no need for the
userChrome.css entry.
Ken Whiton
--
FIDO: 1:132/152
InterNet: kenw...@surfglobal.net.INVAL (remove the obvious to reply)
I installed CompactHeader but I can't see an option to get rid of the
buttons - am I missing something?
Also, is there an option to get the date back where I feel it belongs,
i.e. on the left with the other header info, rather than being stuck on
the far right?
--
Herbert Eppel
www.HETranslation.co.uk
Thanks for the clarification.
I quite like the 2-line display though, and come to think of it the
buttons aren't really in the way, but I would really like to shift the
date back to the left - is it possible?
--
Herbert Eppel
www.HETranslation.co.uk
> On 21.03.2010 07:55 UK Time, Ken Whiton wrote:
>> *-* Paul Mueller wrote
>
>>> Chuck in MI wrote:
>
>>>> How do I reduce the headers shown in this area of the message? I
>>>> just want to show From and Date.
>
>>> CompactHeader:
>>> https://addons.mozilla.org/de/thunderbird/addon/13564
>
>> https://addons.mozilla.org/en-US/thunderbird/addon/13564
>>
>> for the English language version.
>
>>>> I'd like to get rid of the buttons Reply, Forward, Archive,
>>>> Delete if possible too.
>
>>> userChrome.css :
>>>
>>> #header-view-toolbox,
>>> #otherActionsBox {
>>> display: none !important;
>>> }
>
>> That's part of what the CompactHeader extension can do. If
>> you're going to install the extension there's no need for the
>> userChrome.css entry.
>
> I installed CompactHeader but I can't see an option to get rid of
> the buttons - am I missing something?
From the addons page I previously linked:
<quote>
A customization dialog can be opened for the toolbar in the header
pane (right mouse button context menu) to change the displayed buttons
and their style.
</quote>
> Also, is there an option to get the date back where I feel it
> belongs, i.e. on the left with the other header info, rather than
> being stuck on the far right?
In all the discussions of this extension I don't remember seeing
any discussion of that, so I would doubt it, but I don't know for sure.
Thanks for your further reply - I didn't realise the buttons can be
dragged off the header pane into the customize window.
I got rid of them now which makes the header pane less cluttered, and it
also makes the date stand out more.
I would still like to see the date further to the left, but if it isn't
possible I dare say I'll learn to live with it stuck on the right.
Perhaps it's possible to show the date in bold font?
--
Herbert Eppel
www.HETranslation.co.uk
>> I'd like to get rid of the buttons Reply, Forward, Archive, Delete
>> if possible too.
>
> userChrome.css :
>
> #header-view-toolbox,
> #otherActionsBox {
> display: none !important;
> }
X-posted to dev, and Followup to there too.
If getting rid of those extra non-needed buttons is that easy, then
_PLEASE_ make it so that when users selects old toolbar that change is
also made.
Also if it is possible restore ability to collapse that header section.
With or without those buttons.
It really bugs me that this for this simple task that is feature of TB2
I would need an add-on in TB3. That is going backwards in development.
Timo Pietilä
My understanding from when the XUL for the header pane was written, is that
there is a right aligned box that houses the date, Button Bar, and Digital
Signing icons. It may be possible for the extension author to write a new
XUL overlay that could move the date field. Generaly the designers of the
heaqdr pane were worried they would not have enough horizontal space to
display long strings of addresses or other extented content fields.
Personally I don't like the date positioning either. I'ts not so bad in
3-pane view, but those using a new window lose the thread pane context.
--
Ron K.
Who is General Failure, and why is he searching my HDD?
Kernel Restore reported Major Error used BSOD to msg the enemy!
> On 13.04.2010 18:51 UK Time, Ken Whiton wrote:
>> *-* Herb wrote
[ ... ]
>>> I installed CompactHeader but I can't see an option to get rid of
>>> the buttons - am I missing something?
>
>> From the addons page I previously linked:
>>
>> <quote>
>> A customization dialog can be opened for the toolbar in the header
>> pane (right mouse button context menu) to change the displayed
>> buttons and their style.
>> </quote>
>
>>> Also, is there an option to get the date back where I feel it
>>> belongs, i.e. on the left with the other header info, rather than
>>> being stuck on the far right?
>
>> In all the discussions of this extension I don't remember
>> seeing any discussion of that, so I would doubt it, but I don't
>> know for sure.
>
> Thanks for your further reply - I didn't realise the buttons can be
> dragged off the header pane into the customize window.
>
> I got rid of them now which makes the header pane less cluttered,
> and it also makes the date stand out more.
>
> I would still like to see the date further to the left, but if it
> isn't possible I dare say I'll learn to live with it stuck on the
> right.
>
> Perhaps it's possible to show the date in bold font?
It can probably be done with a userChrome.css entry, but I don't
know the identifier name(s) involved. Would you settle for
highlighting the date with a colored background? I can give you css
code for that. Caveat: with all the changes to the header area in TB3
I don't know if the code will work, and since I don't use TB3 I can't
test it. The code works in earlier versions, however.
> Perhaps it's possible to show the date in bold font?
Yes it is. The following code works for me [1]
With CompactHeader installed:
#collapsed1LdateBox,
#collapsed2LdateBox,
#dateLabel {
font-weight: bold !important;
}
Without CompactHeader installed:
#dateLabel {
font-weight: bold !important;
}
[1] Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.1.9)
Gecko/20100317 Lightning/1.0b1 Thunderbird/3.0.4
Paul
Works for me too, with Compact Header. Thanks
--
John Doue
I made a small change and it works! This isn't quite the same as moving
the date all the way to the left but it does get it off the right margin.
/* Set Date display to bold and move left */
#dateLabel {
font-weight: bold !important;
padding-right: 110px !important;
}
--
G. R. Woodring
Thanks to Paul and G.R. for your replies.
Sorry about this basic question, but can you remind me where to put this
code - is it userChrome.css ?
--
Herbert Eppel
www.HETranslation.co.uk
Yes, userChrome.css is the correct place.
Paul
Splendid, it works, thank you 8-)
G.R.'s padding-right instruction also works, thank you.
--
Herbert Eppel
www.HETranslation.co.uk