Go Button - Small Profile (works with digger)

Go Button - Small Profile (works with digger)
41
***
By jk-
Last updated Mar 20 2006
1 installs this week, 247 total.

This will shrink the Go Button down to a very small, space saving size and gets rid of the text next to the icon.

Before
After

Install options

Feedback

Reviews

Weston S. Campbell said on Mar 21 2006

Your current code makes my go button overlap with the address bar. It's just too tight. The following code works better for me by adding some space to the sides of the button:

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

#go-button {
width: 0px !important;
margin-left: 2px !important;
margin-right: 1px !important;
padding-right: 0px !important;
padding-left: 0px !important;
} ***

.ad {
/* Your ad can be here instead. 10K unique visitors for $5/day. Mail me. */

}