Resizing the search bar

From MozillaZine Knowledge Base
Revision as of 18:59, 7 December 2005 by Np (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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;
}