This post originated from an RSS feed registered with .NET Buzz
by Darrell Norton.
Original Post: Change the size of the Google search box in Mozilla
Feed Title: Darrell Norton's Blog
Feed URL: /error.htm?aspxerrorpath=/blogs/darrell.norton/Rss.aspx
Feed Description: Agile Software Development: Scrum, XP, et al with .NET
I use the Google search box in Mozilla a lot. I press the keyboard shortcut control+k, type in my search terms, hit Enter, and BAM! Most of the time my search terms are longer than the text box can show, so I found this cool little tweak to make the search box bigger.
To change the default size of the Google search box in Mozilla Firefox, follow these steps:
Navigate to C:\Documents and Settings\your_profile_name\Application Data\Phoenix\Profiles\default\xxxxxxxx.slt\chrome
Assuming you have not already done so, rename userChrome-example.css to userChrome.css.
Add the following lines to the end of the file: /* Make the Search box flex wider */ #search-container { -moz-box-flex: 400 !important; }
Tweak the 400 number to suit.
There are tons more tips like this here. Another one of my favorites, “change the cursor for links that open in a new window (to a crosshair).” Yeah!
This Blog Hosted On: http://www.DotNetJunkies.com/