Re: Firefox toolbars
Jay Garcia <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.windows |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
On 14.12.2004 14:16, Reynolds, Phil wrote: --- Original Message --- > Does the UserChrome.css work on the portable version for FireFox? I have put > this in my UserChrome.css (which didn't exist with the portable version I have > and nothing changes. Just wondering. > > > > Phil Reynolds > > -----Original Message----- > From: [email protected] [mailto:[email protected]] > On Behalf Of Jay Garcia > Sent: Tuesday, December 14, 2004 1:59 PM > To: [email protected] > Subject: Re: Firefox toolbars > > On 14.12.2004 12:23, John Gough wrote: > > --- Original Message --- > >> Is it possible to reduce the size of the URL input box in order to >> increase the size of the Search input box? If so, how does one do it, >> please? >> >> -- >> John Gough >> This e-mail address is rarely read > > You increase/decrease the size of the Search box itself. > > Add this to your UserChrome.css file located in your profile /chrome/ > directory: Change 300 to whatever size you want in pixels. > > /* Make the Search box flex wider */ > #search-container { > -moz-box-flex: 300 !important; > } > > -- > Jay Garcia Netscape Champion - Mozilla Champion UFAQ - http://www.UFAQ.org > Mozilla Champions - http://mozillachampions.mozdev.org > Posting Guidelines - http://mozillachampions.mozdev.org/guidelines.html > _______________________________________________ > mozilla-win32 mailing list > [email protected] > http://mail.mozilla.org/listinfo/mozilla-win32 > > > ------------------------------------------------------------------------ > > > > The information transmitted (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521, is intended only for the person(s) or entity/entities to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient(s) is prohibited. If you received this in error, please contact the sender and delete the material from any computer. Please bottom post and eliminate that ridiculous thing at the bottom, thanks ... If that one doesn't work, it should, then try this one: #searchbar { -moz-box-flex: 200 !important; } -- Jay Garcia Netscape Champion - Mozilla Champion UFAQ - http://www.UFAQ.org Mozilla Champions - http://mozillachampions.mozdev.org Posting Guidelines - http://mozillachampions.mozdev.org/guidelines.html