R Pruitt

Perihal diri saya

Maklumat Pembangun
Nama R Pruitt
Pengguna semenjak March 5, 2007
Bilangan add-ons yang dibangunkan 1 add-ons
Penarafan purata pembangun add-ons Tahap 4 daripada 5 bintang

Add-ons yang saya cipta

NewsFox Perlukan Mula semula Sorotan

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

Tahap 4 daripada 5 bintang (239)
23 pengguna

Ulasan Saya

Classic Reloaded

Tahap 4 daripada 5 bintang

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.