Page 1 of 1

Feature Request: Compatible with All-in-One sidebar

Posted: Wed Feb 15, 2006 7:51 pm
by Garcia
Would it be possible to make ABP more compatible with the All-in-One Sidebar?

The ABP icon really belongs on the sidebar (rather than with the main browser buttons), but if you place it there with All-in-one it gets positioned off-centre and makes the bar thicker.

Any way this could be fixed?

Posted: Wed Feb 15, 2006 10:19 pm
by Wladimir Palant
Somebody asked about it already though I don't know where. The problem was the drop marker I think. It can be removed with the following entry in your userChrome.css:

#abp-toolbarbutton dropmarker {
display: none;
}

As to a general solution - not sure, I'll have a look at it later.

Posted: Thu Feb 16, 2006 1:32 am
by Garcia
Thanks Wladimir - thats a good solution.