Firefox Searchbox Size
Published on October 31, 2004 in FirefoxYou can change the size of the search box in Firefox 1.0PR to suit your needs. To make the search bar longer, you need to add a couple of CSS rules to your userChrome.css file. This file is located in your profile directory and can be hard to find. To make this change very easily, first get the chromEdit extension that allows you to edit the userChrome.css in your Firefox. Once you have added the code save the file, by clicking the Save button at the bottom of the Chrome Edit window and restart Firefox. The code is as follows:
#search-container
{
width: 15em;
}
#searchbar
{
width: 15em;
}