R Pruitt

Meer oor my

Ontwikkelaarinligting
Naam R Pruitt
Gebruiker sedert Maart 5, 2007
Aantal byvoegings ontwikkel 1 byvoeging
Gemiddelde gradering van ontwikkelaar se byvoegings Rated 4 out of 5 stars

Byvoegings wat ek gemaak het

NewsFox Requires Restart Uitgesoek

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

Rated 4 out of 5 stars (239)
29 gebruikers

My resensies

Classic Reloaded

Rated 4 out of 5 stars

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.