David Hallowell wrote:
> 
> Scott Tran wrote:
> 
> >>
> > Stuart, there is a line but it doesn't remove the text from the Get
> > Message or Print in Mail as long as the back forward and Print in
> > Navigator if it is turned on basically any icon with a  menu nwill not
> > get its text removed. I suggest you wait for this ability to appear in
> > the nightlies as it is about to get checked in
> >
> The bug to track for this feature is:
> 
> http://bugzilla.mozilla.org/show_bug.cgi?id=22056

Thanks to both of you! I can't afford to use nightlies (this is my work
environment and I need stability) but doing some hacking on the patch in
the above bug gave me the following which works great in 0.8.1:

(btw... YES it's horrible and ugly and a hack, but it works - I tried a
bunch of more minimal versions which had entirely the wrong effect, and
this kludge is the result of about an hour of hacking to get it right. I
haven't tested mail, but it handles
back/forward/reload/stop/print/search right, and the urlbar appears in
the right place. If you want to use it, you'll need to change the path
in the throbber lines and download the two animthrob gifs from the bug).

Enjoy!

.toolbar-primary .button-toolbar-1,
.toolbar-primary .button-toolbar-2,
.toolbar-primary .button-toolbar-1 > .button-internal-box,
.toolbar-primary .button-toolbar-2 > .button-internal-box,
.toolbar-primary .button-toolbar-1 > .button-internal-box >
.button-icon,
.toolbar-primary .button-toolbar-2 > .button-internal-box >
.button-icon,
.toolbar-primary .menubutton-dual-ex-button.top {
  min-width           : 0px ! important;
  min-height          : 0px ! important;
  vertical-align      : middle ! important;
  text-align          : center ! important;
}
.toolbar-primary .button-toolbar-1,
.toolbar-primary .button-toolbar-2,
.toolbar-primary .menubutton-dual-ex-button.top {
  max-height          : 28px ! important;
  max-width           : 36px ! important;
}
.toolbar-primary .button-toolbar-1 > .button-internal-box,
.toolbar-primary .button-toolbar-2 > .button-internal-box,
.toolbar-primary .button-toolbar-1 > .button-internal-box >
.button-icon,
.toolbar-primary .button-toolbar-2 > .button-internal-box > .button-icon
{
  max-height          : 26px ! important;
  max-width           : 34px ! important;
  padding-left: auto ! important;
  padding-right: auto ! important;
}

.toolbar-primary .button-toolbar-1 > .button-internal-box >
.button-text-container,
.toolbar-primary .button-toolbar-2 > .button-internal-box >
.button-text-container,
.toolbar-primary .menubutton-dual.top > .menubutton-dual-ex-button.top >
.simplebutton-text,
.toolbar-primary .menubutton-dual.top > .menubutton-dual-ex-button.top >
.simplebutton-text {
  display             : none ! important;
}

#navigator-throbber {
  list-style-image      :
url("file:///home/sballard/.mozilla/animthrob_sm_single.gif") !
important;
}

#navigator-throbber[busy="true"] {
  list-style-image      :
url("file:///home/sballard/.mozilla/animthrob_sm.gif") ! important;
}

#nav-bar-inner {
  margin: 0px ! important;
}

Reply via email to