Gecko - StatusBar - Reverse Direction

Gecko - StatusBar - Reverse Direction
552
*****
By ChoGGi
Last updated Oct 04 2007
3 installs this week, 140 total.

replace style with this to put loading bar text on the left instead of right
statusbar{direction:rtl!important}
statusbarpanel{direction:ltr!important}

change statusbar width when showing Done
#statusbar-display[label="Done"]{max-width:10em!important}

hide statusbar when blank
#statusbar-display:not([label]){display:none!important}

Screenshot

Install options

Feedback

Reviews

b0at said on Sep 27 2007

Neat. It's a good way to put all icons and buttons on one side of the window. *****