Recommended Posts

Thanks a lot!! That seems to be working. I'll have to use it for awhile before I can tell if it's causing issues like the last one did. One small problem I'm having with it, when you rename a bookmark on the bar, it doesn't change or if it does it's not showing up fully. It has the ... effect. Anyway to fix that? Also, it seems to have messed up how my RSS feed is viewed when having an RSS feed bookmarked to the toolbar. I'm using the extension LiveClick to be able to view my feeds from the toolbar. Now the feeds are in multi-row instead of appearing in a list. Anyway to fix that as well? How many rows can you have?

Thanks a lot!! That seems to be working. I'll have to use it for awhile before I can tell if it's causing issues like the last one did. One small problem I'm having with it, when you rename a bookmark on the bar, it doesn't change or if it does it's not showing up fully. It has the ... effect. Anyway to fix that? Also, it seems to have messed up how my RSS feed is viewed when having an RSS feed bookmarked to the toolbar. I'm using the extension LiveClick to be able to view my feeds from the toolbar. Now the feeds are in multi-row instead of appearing in a list. Anyway to fix that as well? How many rows can you have?

try this:

http://userstyles.org/styles/45503/simple-multi-row-bookmarks-toolbar-test

You can have as many rows as you like, just increase/decrease the height in 26px increments.

try this:

http://userstyles.org/styles/45503/simple-multi-row-bookmarks-toolbar-test

You can have as many rows as you like, just increase/decrease the height in 26px increments.

Thanks again!! You're the man for fixing the RSS feed problem and the ... don't seem to be there anymore either. Only problem now is, there's a lot of blank space and it moved the tab bar down. Hopefully I'll just fill it up with a bunch of bookmarks. It won't look so bad then. It currently looks like this. http://www.fileserve.com/file/X9eDhk4 That's normal? Thanks again!! I really appreciate it.

Thanks again!! You're the man for fixing the RSS feed problem and the ... don't seem to be there anymore either. Only problem now is, there's a lot of blank space and it moved the tab bar down. Hopefully I'll just fill it up with a bunch of bookmarks. It won't look so bad then. It currently looks like this. http://www.fileserve.com/file/X9eDhk4 That's normal? Thanks again!! I really appreciate it.

That's normal, since I had the height set for 3 rows. I've edited it down to two rows, which you might like better: http://userstyles.org/styles/45503/simple-multi-row-bookmarks-toolbar-test

That's normal, since I had the height set for 3 rows. I've edited it down to two rows, which you might like better: http://userstyles.org/styles/45503/simple-multi-row-bookmarks-toolbar-test

Thanks, man! I might stick to using the 3 for now. If I can get used to the space or fill it up with bookmarks, it will be pretty awesome! I'm just glad that your stylish seems to be working better than others I've tried. I appreciate it immensely.

1). If I were to remove the "start private browsing" menu entry from the FF menu, would it make it thinner, or would it still be wide with a space on the right for key shortcuts?

2). If the 1st one, how would I go about removing it?

#appmenu_privateBrowsing {
  display: none;
}

#appmenu_privateBrowsing {
  display: none;
}

Thanks Soapy. Since you're around, may I remind you of a post I made much earlier regarding your border extension?

Ok I realise its a late reply, but I just tracked this down to this extension:

capturevpk.png

What appears to happen is the address bar on popup windows and forms appears on the titlebar, and so not only can I not move the window, but I can't edit the address either. Thanks to Aero's chunky buttons and window glow, I can still use the window widgets, but nothing else!

I've been faithfully reproducing it in every firefox since (now on RC2)

Is there a way to remove the "Send image..." right click menu option, or have it permanently disabled at the very least? Don't know how many times I've ended up opening Outlook instead of saving a picture, annoying.

#context-sendimage {
        display: none !important;
}

  • Like 2

Accidentally posted this in the wrong topic,

Does anyone know how to fix Soapy's Better Addonbar for Fx 4 final? - http://userstyles.org/styles/37366/firefox-4-better-addonbar

Thanks :)

Also does anyone know how to hide one of these separators in the bookmark menu? (down the bottom where there is two) Small gripe, but I like things to look nice :p

bookmark.png

Also does anyone know how to hide one of these separators in the bookmark menu? (down the bottom where there is two) Small gripe, but I like things to look nice :p

bookmark.png

You should be able to remove the second to last one from either the bookmark manager or with a right click > delete. To remove the last one:

.hide-if-empty-places-result {
        display:none !important;
}

It looks all funky/messed up for me

Hidden

hidden.png

Inview

inview.png

Try this:

#navigator-toolbox:not([customizing]) ~ #browser-bottombox {
	position: fixed;
	bottom: 0;
	left: 0;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar {
	-moz-appearance: none !important;
	padding: 4px 10px 2px 10px !important;
	margin-bottom: -1px !important;
	border: none !important;
	border-radius: 1.5px 1.5px 0 0 !important;
	margin-right: 25px !important;
	background-image: -moz-linear-gradient(rgba(255,255,255,.8), rgba(200,200,200,.8)) !important;
	box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset, 0 0 0 2px rgba(255,255,255,.5) inset !important;
	position: fixed;
	bottom: -7px;
	right: 25px;
	opacity: 0;
	-moz-transition: bottom 0.25s 0.5s ease-in, opacity 0.1s 0.65s ease-in;
}
#addon-bar .toolbarbutton-1 {
	vertical-align: bottom !important;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar:hover {
	bottom: 0;
	opacity: 1;
	-moz-transition: bottom .25s .25s ease-out, opacity 0.1s 0.25s ease-out;
}
#FindToolbar {
	border: none !important;
}
#FindToolbar .findbar-container {
	margin-bottom: -2px !important;
	margin-left: -2px !important;
	border-radius: 0 1.5px 0 0 !important;
	background: -moz-linear-gradient(rgba(255,255,255,.8), rgba(200,200,200,.8)) !important;
	box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset, 0 0 0 2px rgba(255,255,255,.5) inset !important;
}
#FindToolbar .find-status-icon[status="notfound"] + .findbar-find-status, #FindToolbar .find-status-icon[status="wrapped"] + .findbar-find-status {
  	padding-right: 5px !important;
}
#FindToolbar .find-status-icon[status="notfound"], #FindToolbar .find-status-icon[status="wrapped"] {
 	 margin-left: -1px !important;
}
#FindToolbar .find-status-icon:not([status="notfound"]):not([status="wrapped"]) + .findbar-find-status {
 	 display: none !important;
}

Try this:

#navigator-toolbox:not([customizing]) ~ #browser-bottombox {
	position: fixed;
	bottom: 0;
	left: 0;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar {
	-moz-appearance: none !important;
	padding: 4px 10px 2px 10px !important;
	margin-bottom: -1px !important;
	border: none !important;
	border-radius: 1.5px 1.5px 0 0 !important;
	margin-right: 25px !important;
	background-image: -moz-linear-gradient(rgba(255,255,255,.8), rgba(200,200,200,.8)) !important;
	box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset, 0 0 0 2px rgba(255,255,255,.5) inset !important;
	position: fixed;
	bottom: -7px;
	right: 25px;
	opacity: 0;
	-moz-transition: bottom 0.25s 0.5s ease-in, opacity 0.1s 0.65s ease-in;
}
#addon-bar .toolbarbutton-1 {
	vertical-align: bottom !important;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar:hover {
	bottom: 0;
	opacity: 1;
	-moz-transition: bottom .25s .25s ease-out, opacity 0.1s 0.25s ease-out;
}
#FindToolbar {
	border: none !important;
}
#FindToolbar .findbar-container {
	margin-bottom: -2px !important;
	margin-left: -2px !important;
	border-radius: 0 1.5px 0 0 !important;
	background: -moz-linear-gradient(rgba(255,255,255,.8), rgba(200,200,200,.8)) !important;
	box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset, 0 0 0 2px rgba(255,255,255,.5) inset !important;
}
#FindToolbar .find-status-icon[status="notfound"] + .findbar-find-status, #FindToolbar .find-status-icon[status="wrapped"] + .findbar-find-status {
  	padding-right: 5px !important;
}
#FindToolbar .find-status-icon[status="notfound"], #FindToolbar .find-status-icon[status="wrapped"] {
 	 margin-left: -1px !important;
}
#FindToolbar .find-status-icon:not([status="notfound"]):not([status="wrapped"]) + .findbar-find-status {
 	 display: none !important;
}

That works but it starts displaying the bar too far over to the left. In other words not right in the bottom corner.

You should be able to remove the second to last one from either the bookmark manager or with a right click > delete. To remove the last one:

.hide-if-empty-places-result {
        display:none !important;
}

Thanks

I need some help. I styled the active tab a little but I would like to know how do I exclude the add-on bar tab from the styling? I used .tabbrowser-tab[selected=true] to style the active tab ...

Never mind, solved it! :D

LE: Thought I did. The problem is still there. Please help!

Seems this is a better place to ask than the other FF thread.

I'm trying to tweak the add-on bar. Have it working just fine now but I can't get the look right. I want the add-on bar to look like the new not-quite-a-status-bar-thing (or whatever that's called) on the left:

image1gz.png

Here's what I have so far:

#navigator-toolbox:not([customizing]) ~ #browser-bottombox {
        position: fixed;
        bottom: 0;
        left: 0;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar {
        -moz-appearance: none !important;
  	padding-top: 1px !important;
        margin-bottom: -1px !important;
        border: none !important;
        border-radius: 4px 0px 0 0 !important;
        background-image: -moz-linear-gradient(rgba(255,255,255,.8), rgba(200,200,200,.8)) !important;
        box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset, 0 0 0 2px rgba(255,255,255,.5) inset !important;
        position: fixed;position: fixed;
	bottom: -7px;
	right: 0px;
        opacity: 0;
        -moz-transition: bottom 0.25s 0.5s ease-in, opacity 0.1s 0.65s ease-in;

}
#addon-bar .toolbarbutton-1 {
        vertical-align: bottom !important;

}

#addonbar-closebutton {
    display: none !important;
}
#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar:hover {
        bottom: 0;
        opacity: 1;
        -moz-transition: bottom .25s .25s ease-out, opacity 0.1s 0.25s ease-out;

}

That works but it starts displaying the bar too far over to the left. In other words not right in the bottom corner.

Thanks

I changed the "right: 25px" line to "right: -7px" under "#navigator-toolbox:not([customizing]) ~ #browser-bottombox #addon-bar {" and that fixed it for me. You'll probably have to adjust it a little to get it in the right spot for your Firefox.

Never mind, solved it! :D

LE: Thought I did. The problem is still there. Please help!

Are you talking about the add-ons manager tab? If so this will exclude it:

.tabbrowser-tab[selected="true"]:not([label="Add-ons Manager"])

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

    • No registered users viewing this page.