R Pruitt

Rreth meje

Të dhëna Zhvilluesish
Emër R Pruitt
Përdorues që prej Mars 5, 2007
Numër shtesash të zhvilluara 1 shtesë
Vlerësim mesatar për shtesat e programuesit Vlerësuar me 4 nga 5 yje të mundshëm

Shtesat që kam krijuar

NewsFox Lyp Rinisje Të zgjedhura

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

Vlerësuar me 4 nga 5 yje të mundshëm (239)
21 përdorues

Shqyrtimet e Mia

Classic Reloaded

Vlerësuar me 4 nga 5 yje të mundshëm

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.