On 4/3/2017 3:18 PM, Dirk Munk wrote:
After you do a search in Google,you get a result page.
On top of that page you will find the Google logo, and next to it what
you were searching for.

Below that is a line with the following items:

All – Images – Shopping – Videos – News – More

this line should go on with

Settings – Tools

However, it doesn’t. Settings and Tools are on the next line. It is
possible to click on Tools, and then two options appear, Any Time and
All Results.

Neither of these options can be used.

This is a Seamonkey problem, I don’t see it in Firefox or Chrome. There
all items from All to Tools are in one line.

What should be done to fix it?

Close SeaMonkey.

If you don't have one already, create the file "userContent.css" in the folder (assuming a standard SeaMonkey install): C:\Users\[username]\AppData\Roaming\Mozilla\SeaMonkey\Profiles\[default profile]\chrome

You may have to create the "chrome" folder.

Paste this stanza into the new (or existing) file and save:

@-moz-document domain(google.com) {
    #hdtb-msb {
        display: flex;
    }
}

That fixes it for me.
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to