Poll Plugin

Creating and modifying plugins.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Also my Firefox pulls the radio buttons very wide, as width as the whole pollblock is. Don't know why, sorry.
In the default stylesheet there's a:

Code: Select all

.serendipitySideBarContent input {
    width: 150px;
}
rule which sets those inputs to the width of the sidebar. And styling the "already voted" thing can also be solved with the CSS I pasted in my previous post :)

(Should at least...I'm leaving now so I don't really have time to elaborate *g*)

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
paultje
Regular
Posts: 8
Joined: Thu Mar 31, 2005 1:18 pm

Post by paultje »

he there

I added this line in my style CSS:

.container_serendipity_plugin_pollbox .serendipitySideBarContent input {
width: 45px;
}


This looks allready better but i can not make it 0 px because the vote button scales also to 0px

now i need to fix the allready vote function :)
:roll:
but thanks for the tips!
paultje
Regular
Posts: 8
Joined: Thu Mar 31, 2005 1:18 pm

Post by paultje »

another bug in the poll, if you change the question he stills remember the votes, how can I reset the votes? :roll: :cry:
Nicola
Regular
Posts: 48
Joined: Wed May 25, 2005 5:08 pm
Contact:

Post by Nicola »

paultje wrote:This looks allready better but i can not make it 0 px because the vote button scales also to 0px
Try 'width: auto;', worked fine for me (but I don't use this plugin any more)

Greetings

Nicola
paultje
Regular
Posts: 8
Joined: Thu Mar 31, 2005 1:18 pm

Post by paultje »

he nicola, which plugin are you using now? if you have good suggestions for a poll in my site please advice!

thanks!
Nicola
Regular
Posts: 48
Joined: Wed May 25, 2005 5:08 pm
Contact:

Post by Nicola »

paultje wrote:he nicola, which plugin are you using now? if you have good suggestions for a poll in my site please advice!thanks!
This is a third-party programm that the site owner, Peter, included. I don't know, how he
included it exactly, you would have to ask him. You find his address here:
http://www.shopanbieter.de/imprint.php
Greetings
Nicola
Post Reply