R Pruitt

O meni

Podatki za razvijalce
Ime R Pruitt
Uporabnik od Marec 5, 2007
Število razvitih dodatkov 1 dodatek
Povprečna ocena dodatkov tega razvijalca Ocena 4 od 5 zvezdic

Dodatki, ki sem jih ustvaril

NewsFox Zahteva ponovni zagon Izbran

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

Ocena 4 od 5 zvezdic (239)
26 uporabnikov

Moje ocene

Classic Reloaded

Ocena 4 od 5 zvezdic

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.