Upper case letters in polls mod

The polls mod is stripping the capital letters. Need a quik fix

stripping caps

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 6 Mar 2010


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

around line 173

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

==>>

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

Quote · 6 Mar 2010

http://www.boonex.com/trac/dolphin/ticket/1913

Rules → http://www.boonex.com/terms
Quote · 8 Mar 2010

Wait, are you telling me that this was actually a bug?

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 8 Mar 2010

Wait, are you telling me that this was actually a bug?

It's a bug if they did not intend for the text-transform to be there.

https://www.deanbassett.com
Quote · 8 Mar 2010

Wait, are you telling me that this was actually a bug?

It's a bug if they did not intend for the text-transform to be there.

If that's the case, then Jesus, they are blind as bats when it comes to bug fixing.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 8 Mar 2010

So.. where do I vote on the polls in the OP?

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 8 Mar 2010
 
 
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.