Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Learn More

Is there a way i can move Minimize/Maximize/Close buttons to the left of Firefox v30?

  • 5 përgjigje
  • 1 e ka hasur këtë problem
  • 63 parje
  • Përgjigjja më e re nga Tora bisu

more options

I would prefer them on the left side of Firefox instead of the right side.

I'm using windows 7, Firefox v30

I would prefer them on the left side of Firefox instead of the right side. I'm using windows 7, Firefox v30

Krejt Përgjigjet (5)

more options

Many aspects of Firefox's interface can be modified by applying custom style rules. Once you know the rules you want to use, you can apply them using either the Stylish extension or by creating/editing a userChrome.css file. Personally I prefer Stylish for easy tweaking and previewing, but if you don't want any more extensions, then userChrome.css would be the approach for you.

Anyway, assuming you do not use the top of the browser for either the Title Bar or the Menu bar, then this pair of rules will slide the buttons to the left for you:

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* Suppress the spacer that keeps the min/max/close buttons on the right */
#titlebar-spacer {
    display:none !important;
}
/* Adjust the margins so the buttons do not overlap the tabs */
#titlebar-buttonbox-container {
    margin-top: -8px !important;
    margin-bottom: 10px !important;
}

You can see the result in the attached screen shot.

However, this doesn't work with the Title Bar or Menu bar, and the buttons are half obscured when the window is maximized, so it definitely needs more work.

If you search around, perhaps someone already has posted a more complete solution.

more options

Nope. It didn't work, ive also already searched :(

more options

Hmm, it worked on a "Basic" Windows 7 theme, but I can't see a way to move the buttons on an "Aero" theme.

more options

For some reason it works on pale moon but not firefox, see next post