Displaying a poll block shows way too large font sizes.

Comments

jacine’s picture

Status: Active » Postponed (maintainer needs more info)
StatusFileSize
new12.71 KB

If it looks like the attachment, it's not a bug.

Please take the time to post a screenshot, take a look at the demo site next time. I need a little more than a vague complaint to do something about it. Thanks :)

aimutch’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

2 months with no follow-up from reporter seems like long enough time to close this.

prosiktuno’s picture

Status: Closed (fixed) » Active
StatusFileSize
new71.02 KB
new85.55 KB

I have same problem. Poll have too big size font before voting, after vote - everything ok (see screenshots)

aimutch’s picture

Is your site online in case I need to look at your code?

prosiktuno’s picture

aimutch’s picture

Change the code in appearances.css from this:

/* -------------------------------------------------------------------------
 * Polls
 * ---------------------------------------------------------------------- */
.sidebar .block-poll .content .title,
.sidebar .block-poll .content .choices .form-item label,
.sidebar .block-poll .content .choices {
  color: #111;
}

to this:

/* -------------------------------------------------------------------------
 * Polls
 * ---------------------------------------------------------------------- */
.sidebar .block-poll .content .title {
	color: #111;
	font-size: 1.6em;
}

.sidebar .block-poll .content .choices .form-item label,
.sidebar .block-poll .content .choices {
  	color: #111;
	font-size: 1em;
}
aimutch’s picture

Assigned: Unassigned » aimutch
Status: Active » Needs review
prosiktuno’s picture

thanks a lot! now everything is ok!

aimutch’s picture

Great! It's always good to get feedback on the code changes.

prosiktuno’s picture

I have a question.
How people can see results of poll if they don't polled? Some key "see results" will be great. Is it possible?
Thx!

jacine’s picture

Status: Needs review » Closed (fixed)

The poll module doesn't work that way as far as I know. You need to vote before seeing the results.

PS - This type of question doesn't belong here, it should be asked in the forums, since it's not related to the theme, but Drupal itself.

aimutch’s picture

Status: Closed (fixed) » Needs review

Jacine,

This change hasn't been checked into CVS yet.

aimutch’s picture

StatusFileSize
new833 bytes

Patch attached to correct code for polls.

jacine’s picture

Status: Needs review » Reviewed & tested by the community

Thanks, this will be in the next commit .

jacine’s picture

Status: Reviewed & tested by the community » Closed (fixed)

This is fixed in the new version :)