Posted by dddave on October 19, 2009 at 5:05pm
3 followers
Jump to:
| Project: | Pollfield |
| Version: | 6.x-1.13-beta1 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Although anybody can override the CSS provided by pollfield I think the default styles should be optimzed. Attached is a picture of the current state of the result display.
- I think the "Cancel" button should be placed under the results.
- Moreover the results should be left aligned.
This would conform with the design of the poll itself (pic2).
| Attachment | Size |
|---|---|
| pollfield-block.png | 24.47 KB |
| Poll.png | 12.29 KB |
Comments
#1
Cancel vote button is shown in place of Vote button, but Since Vote button is beneath the Responses and above the Results, it makes it weird for Cancel button to be shown there. This will be fixed to show the Cancel vote button bellow the results.
The results are now not aligned, they appear to be to the right because the Responses in your screenshot are short (one word). I will try to tweak it though to satisfy both cases (short and long Responses) appropriately, and adjust IE CSS as well.
It may take a couple of days to get this published in the dev version.
#2
Great. I am looking forward to it.
#3
Changes to CSS are now in the dev version, it should look ok in all modern browsers (FX, Safari, Opera, IE8). IE6 and IE7 need to be tweaked separately, you can get a reasonably ok look if you set the Response in the Results to align left. I tried to do it all but no go, I used the new method display:table-cell but I guess I need to learn more about it.
New feature is a CSS class of the chosen results, so users can see what they voted for even if they forget :) This is also in dev.
Cancel vote position is still on to-do list.
#4
Yeah!
The aligned results look much better. Thx for the effort so far.
#5
Marking as part of the "user interface" component, specific to the latest version. We need to evaluate the current interface to see if this is still an issue.