R Pruitt

Om mig

Utvecklarinformation
Namn R Pruitt
Användare sedan mars 5, 2007
Antal tillägg utvecklade 1 tillägg
Genomsnittliga betyg för utvecklarens tillägg Betygsatt 4 utav 5 stjärnor

Tillägg jag har skapat

NewsFox Kräver omstart Utvalda

NewsFox is an efficient 3-pane(email) style Atom/RSS feed reader.

Betygsatt 4 utav 5 stjärnor (239)
28 användare

Mina recensioner

Classic Reloaded

Betygsatt 4 utav 5 stjärnor

To remove the message header toolbar entirely, put the following line in userChrome.css:

#header-view-toolbox { display: none; }

Edited to add: to have the message header buttons display normally(to the right for LTR languages) use the following:

#expandedHeadersTopBox { display: block; }

Apparently this is overwritten in the extension, and it is what allows the From and buttons to be moved with CSS.