R Pruitt

O mně

Informace o vývojáři
Jméno R Pruitt
Zaregistrován(a) od Bře. 5, 2007
Počet vyvíjených doplňků 1 doplněk
Průměrné hodnocení doplňků vývojáře Ohodnoceno 4 z 5 hvězdiček

Doplňky, které jsem vytvořil

NewsFox Vyžaduje restart Doporučené

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

Ohodnoceno 4 z 5 hvězdiček (239)
28 uživatelů

Mé recenze

Classic Reloaded

Ohodnoceno 4 z 5 hvězdiček

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.