R Pruitt

O mnie

Informacje o autorze
Nazwa R Pruitt
Użytkownik od Mar. 5, 2007
Liczba utworzonych dodatków 1 dodatek
Średnia ocena dodatków autora Oceniono na 4 z 5 możliwych gwiazdek

Dodatki mojego autorstwa

NewsFox Wymagane ponowne uruchomienie Polecane

NewsFox jest efektywnym czytnikiem kanałów Atom/RSS.

Oceniono na 4 z 5 możliwych gwiazdek (239)
32 użytkowników

Moje opinie

Classic Reloaded

Oceniono na 4 z 5 możliwych gwiazdek

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.