R Pruitt

Acerca de mim

Informação do programador
Nome R Pruitt
Utilizador desde Março 5, 2007
Número de extras desenvolvidos 1 extra
Avaliação média dos extras do programador Avaliado com 4 de 5 estrelas

Extras que eu criei

NewsFox Reinício necessário Em destaque

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

Avaliado com 4 de 5 estrelas (239)
32 utilizadores

Minhas análises

Classic Reloaded

Avaliado com 4 de 5 estrelas

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.