Anonymous (not verified) Tue, 01/27/2009 - 19:07
Not a good place to put the help page. Please, take it out. Is annoying have that HELP at the corner. Thanks for the FAST DIAL. Is really good. Bye.
Thanks for the feedback
In next Version after 2.22b you will find that Help is no longer in the top right corner.
Help will only be acccessable in Preferences
The beta Version with this change can be downloaded here
However Search is not ready in this newer beta Version yet.
Another alternative is to put this little Style into Stylish
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("chrome://fastdial/content/fastdial.html") {
}
/* help button top right */
a#help { -moz-opacity: 0.0 !important; }
a#help:hover { -moz-opacity: 1.0 !important; }
This will hide the Help top right unless hovered.
Many thanks
Re: "New help page introduced"
Submitted by chiaroscuro on Tue, 01/27/2009 - 19:21Not a good place to put the help page.
Please, take it out.
Is annoying have that HELP at the corner.
Thanks for the FAST DIAL. Is really good.
Bye.
Thanks for the feedback
In next Version after 2.22b you will find that Help is no longer in the top right corner.
Help will only be acccessable in Preferences
The beta Version with this change can be downloaded here
However Search is not ready in this newer beta Version yet.
Another alternative is to put this little Style into Stylish
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("chrome://fastdial/content/fastdial.html") {
}
/* help button top right */
a#help
{
-moz-opacity: 0.0 !important;
}
a#help:hover
{
-moz-opacity: 1.0 !important;
}
This will hide the Help top right unless hovered.
Many thanks