Resizing the search bar
From MozillaZine Knowledge Base
Revision as of 21:56, 16 December 2005 by Alice Wyman (Talk | contribs) (changed link from extensionsmirror.nl to addons.mozilla.org)
The Resize Search Box extension lets you change the search bar width. You can also edit your userChrome.css file to add the following code ("400px" can be changed to something larger or smaller)
/* Make the Search box flex wider */ #search-container, #searchbar { width: 400px !important; }