Recommended Posts

Whats the difference between the nightlies and hourly builds? Is there any point in installing the hourly builds, if I have the nightly builds installed?

just what it says, hourly's are released pretty much every hour and nightly's are released daily

How do you get Stylish to work? I'm assuming whatever I had set in 3.6.4 is still active, but I can't find the Stylish interface anywhere so I can enable/disable/add/remove scripts.

Also, I'm a little irritated that they force a bookmarks "button" into the bookmarks toolbar, grr.

Edit: NM on Stylish; I always hide the status bar since it's about useless so I forgot there's a button there.

Now if I could just figure out why I still have a titlebar taking up space instead of having the "minefield" button up there...

Huh? Who uses the menu bar anymore? It's already disabled.

post-1972-12775157324225.jpg

I may have to try a new profile, but I really don't want to lose all my saved passwords and cookies :/

Update: tried a clean profile, no difference.

Update 2: d'oh! Went back to the download page and realized I'd grabbed a build from yesterday.

Sigh. Got the latest build running now and I still have the stupid titlebar. I should be able to remove the text again if I reinstall Titlebar Tweaker Plus, but there'll still be all that wasted space, and apparently for no reason if other people have gotten it to display correctly.

Huh? Who uses the menu bar anymore? It's already disabled.

one reason: there's still a lot missing from the button menu, check for updates for instance

Sigh. Got the latest build running now and I still have the stupid titlebar. I should be able to remove the text again if I reinstall Titlebar Tweaker Plus, but there'll still be all that wasted space, and apparently for no reason if other people have gotten it to display correctly.

today's nightly is unusably bugged, the last few hourlies work correctly though

Couldn't you do that from the options window? Anyway, you can just press Alt for quick access to the menu bar.

Finally got the right build and it's looking great. I also really like the script for moving the tabs up.

More compact than even Chrome now. My only gripe at this point is that omnibar won't work. Otherwise, it's looking fantastic.post-1972-12775183687729.jpg

Latest hourly

captureok.png

Really nice Stylish script to make it perfectly placed (normal and maximized both!) Thanks to gnwaa

#appmenu-button-container
{
position: fixed !important;
}

#main-window[sizemode=maximized] #appmenu-button-container
{
padding-top: 7px !important;
}

#main-window[sizemode=maximized] #appmenu-button
{
padding-top: 1px !important;
}

#appmenu-button
{
border-top: white !important;
margin-left: 4px !important;
margin-top: 1px !important;
}

#navigator-toolbox[tabsontop="true"] #TabsToolbar
{
padding-top: 22px !important;
}

#main-window[sizemode=maximized] #navigator-toolbox[tabsontop="true"] #TabsToolbar
{
margin-left: 110px !important;
margin-right: 110px !important;
padding-top: 6px !important;
}

Don't be skeptical about the builds , its the first build to implement that , so just give it some time..

How can I rename minefield to firefox in the titlebar?

use this code :

#appmenu-button .button-text { display:none !important; }
#appmenu-button dropmarker:before { content: "Firefox" !important; }

I have moved my tabs into the title bar and adjusted the menu button a little and I'm very happy with this compact look!

2exyk5t.jpg

Here is my modified stylish script


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#appmenu-button-container{
position: fixed !important;
}

#navigator-toolbox[tabsontop="true"] #TabsToolbar{
padding-left: 95px !important;
}


#navigator-toolbox[tabsontop="true"] #TabsToolbar{
padding-left: 105px !important;
padding-top:1px !important;
padding-right:98px !important;
}


#appmenu-button{
padding: 3px 18px 3px 18px !important;
margin-top:3px !important;
}

#appmenu-button
{
background-color: rgba(54, 121, 166, 0.2) !important;
}

Thank you to other users in this topic for most of this script... I just modified it a little!

*** Script fails with tabs on bottom as navigation gets pushed into title bar area ***

Now with drawing in the title bar styling possibilities are endless! :woot:

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.