See attachment
After voting, all OK

CommentFileSizeAuthor
theme_bug_0.jpg78.32 KBursus@drupal.ru

Comments

scraper’s picture

Insert

.vote-form {
float: right;
}

in the style.css in the theme directory

ipwa’s picture

That makes it float to the right, but the correct way (from Garland) to display the poll questions is in the center. Add this to your style.css:

.content {
	clear:both;
}

This is a duplicate of this post: http://drupal.org/node/143413 I'll close it when I upload the changes to CVS.

ipwa’s picture

Status: Needs review » Closed (duplicate)