make your google search box in firefox bigger
Posted by on 1 Comment
initially I thought of giving this post the title "make your bigger ..."While going through the Mozillazine's Firefox forum, I came across this interesting discussion on how to make the google search box bigger. In your userChrome.css, put in the following lines
/ Make the Search box flex wider /
#search-container {
-moz-box-flex: 600 !important;
}
#searchbar {
-moz-box-flex: 600 !important; }Defined tags for this entry: geek stuff
Anonymous