2017-06-21, 06:40 PM
2017-06-21, 07:05 PM
(2017-06-21, 06:40 PM)Kioshi Wrote: [ -> ]How could I style Polls like this:
I'd love to have my polls designed this way.
polls_showresults_resultbit template
and global.css
.pollbar {
background: url(images/pollbar.png) top left repeat-x;
border: 1px solid #3f3f3f;
height: 10px;
}
pollbar.png is a repeating image so you will probably have to create a new one.