R Pruitt

Tietoja minusta

Kehittäjätiedot
Nimi R Pruitt
Käyttäjä alkaen maalis 5, 2007
Kehitettyjä lisäosia 1 lisäosa
Average rating of developer's add-ons Arvosteltu: 4/5 tähteä

Luomani lisäosat

NewsFox Vaatii uudelleenkäynnistyksen

NewsFox on tehokas 3-paneeli (sähköpostiohjelman) tyylinen Atom/RSS lukija.

Arvosteltu: 4/5 tähteä (239)
29 käyttäjää

Omat arviot

Classic Reloaded

Arvosteltu: 4/5 tähteä

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.