Minimize Firefox 2.0 UI

Minimize Firefox 2.0 UI
512
*****
By Eloriam
Last updated Sep 04 2007
0 installs this week, 383 total.

Some code to save space for my firefox.
In development still.

Dont work on FIREFOX 3.0

Install options

Feedback

Reviews

Fake Shemp said on Nov 07 2007

Thank you Eloriam

I already use the minifoxFlat theme (the most minimal FF theme I have found) but it was STILL not minimal enough for me, so I've been fiddling around for ages (on and off) with my UserChrome and can never quite get that tab bar thin enough!

This is exactly what I was after and working great for me - thanks again.

EDIT
Not to everyone's taste I'm sure, but in case anyone's interested here is a screenshot of my current layout using this style:
http://i21.tinypic.com/4fzeok.png
You'll notice that my status bar icons are chopped off slightly, but I can live with that, and I'm sure it's easily fixable... *****

Snatch said on Sep 07 2007

Nice script, the only thing that was annoying me was that the search bars icon select thingy would look a bit off but I fixed that for you. I also changed the margin setting on the status bar cause the left most part of "Done" was getting cut off. Other than that the I just changed the toolbar margins to -2 cause I think it looks a little better and I also took the liberty of tabbing the code it a bit :P

Oh and I got rid of the bit at the start cause it messes with several extensions I have installed as well as removing the search bar width setting cause I already have the extension which automatically resizes it.

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#toolbar-menubar {
max-height: 19px !important;
min-height: 19px !important;
margin-top: -2px !important;
}

#toolbar-menubar,#menubar-items {
height: 19px !important;
margin-top: -2px !important;
margin-bottom: -2px !important;
border:none !important;
}

#PersonalToolbar,
#nav-bar,#urlbar,#urlbar-container,#searchbar,.searchbar-textbox,
.searchbar-engine-button-stack {
max-height: 18px !important;
min-height: 18px !important;
}

/*
#PersonalToolbar .bookmark-item {
padding: 0px !important;
margin-left: -2px !important;
margin-right: -2px !important;
}
*/

tab ,.tabbrowser-strip {
min-height: 18px !important;
max-height: 18px !important;
border:0px !important;
}

.tabs-bottom-spacer, spacer {
display: none !important;
}

#status-bar,.statusbarpanel-iconic {
max-height: 17px !important;
min-height: 17px !important;
border: none !important;
padding: 0px !important;
margin: 0px !important;
font-size: 10pt !important;
font-family: Tahoma !important;
} *****

.ad {
/* Your ad can be here instead. 10K unique visitors for $5/day. Mail me. */

}