



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}
Neat. It's a good way to put all icons and buttons on one side of the window.