I found the way to beautify the placement / display of AddThis plugin's toolbar relative to the GD Star Rating plugin's toolbar. Here is how: add the following CSS insert
div.addthis_container {/*AddThis toolbar*/
display:inline;
float:right;
}
To see how this hack works, check the image of GD Star Rating and AddThis toolbars "BEFORE" the change: http://img171.imageshack.us/img171/6...forechange.gif
... and "AFTER" the change: http://img705.imageshack.us/img705/8...fterchange.gif .
Much better to my eye
Credit goes to brotherjoy (http://www.addthis.com/forum/viewtop...t=5552&start=0 )