Polls

When  i create my new poll i'm using the Caps Lock

example : Music , Movie and when i add the poll for te public i see the polls on small letters music, movie

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 19 Nov 2009

Its a css issue.

Go to modules/boonex/poll/templates/base/css/main.css

find this block:

div.poll_block div.poll_section div.pollBlock
{
border:0 solid #96B2C9;
margin-bottom:10px;
position:relative;
text-align:left;
width:100%;
text-transform:lowercase;
}

remove/comment out: text-transform:lowercase;

upload, clear your css cache and your polls will have whatever text you made them.

Quote · 19 Nov 2009

Thank you mauricecano

my code

div.poll_block div.poll_section div.pollBlock
{
border:0 solid #96B2C9;
margin-bottom:10px;
position:relative;
text-align:left;
width:100%;

}

and working perfect

Thank you

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 19 Nov 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.