The message details button doesn't show the text in 3.2, somehow there's something forcing the font-size to be 0 in buttons.css.
Add this to advancedpolls.css and it will show up again:
Code: Select all
.post-buttons .button span {
font-size: 13px !important;
}