Project:SpreadFirefox
Version:master
Component:Graphics
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

Using Firefox the poll display shows the backround bars correctly, but the poll count bar(for lack of a better discription) show at the bottom of the page. In IE this shows correctly. Go here to see what I'm trying to say. http://xpats.pcs305.com/?q=node/16

Comments

#1

Hi,

Please update your modules.css file with the following

.poll .bar .foreground {
        height: 5px;
        background-color: #aaa;
        border: #ccc solid 1px;
        clear: none;
        }

Please note the the clear: none; should be added to the CSS.

Paddy.

#2

pcs305 can you please confirm if this works for you?

#3

Yes. Paddy's solution solved my problem it is working perfectly now.
Thanks
Ian

#4

Status:active» fixed

thanks, it is now fixed in the cvs version.

#5

Status:fixed» closed (fixed)
nobody click here