Post Reply
relegated 2011-03-22 03:34
Since the tabs in Firefox 4 are now at the top they end up going under the Ultramon buttons. Is there any way to keep them from going under?
|
Christian Studer 2011-03-22 11:14
I don't see a fix for this, what you could do is move the tabs to the old location, to do this right-click the Firefox title bar and uncheck Tabs on Top, or you could disable the UltraMon buttons for Firefox via UltraMon Options > Compatibility.
Christian Studer - www.realtimesoft.com
|
Rich 2011-04-08 02:20
I have the same issue, however with firefox 4 you could edit your userChrome.css and add the following
toolbarbutton#alltabs-button{ margin-right: XXXpx !important; }
With XXX been the number of pixels you want between the all tab button and the windows buttons. Hope this helps
|
Christian Studer 2011-04-08 08:38
Works great, thanks! A value of 50 pixels fixed the problem for me, see Customizing Mozilla for more on setting this up.
Christian Studer - www.realtimesoft.com
|
Rick N. 2011-04-08 17:14
In case Google brings others here, an alternate solution is to customize the "tabs on top" bar, dragging several units of "space" to the left of the UltraMon buttons.
http://kb.mozillazine.org/Toolbar_customization_-_Firefox
|
Christian Studer 2014-05-23 15:03
Firefox 29 no longer supports adding spacing via the user interface, and userChrome.css no longer exists, but adding the spacing manually is still supported, there are two ways to do this:
- enter about:config in the address bar, then look for the browser.uiCustomization.state setting. This is a list of user interface elements, look for alltabs-button, then add one or more customizableui-special-spacer elements. These need to be numbered, like this:
"alltabs-button","customizableui-special-spacer1","customizableui-special-spacer2","customizableui-special-spacer3","tabs-closebutton"
- you can also edit the settings file directly, settings are stored in prefs.js in folder C:\Users\<username>\AppData\Roaming\Mozilla\Firefox\Profiles\<profilename>. Look for the line user_pref("browser.uiCustomization.state"
Christian Studer - www.realtimesoft.com
|
Post Reply
|