Forums

Badly formatted time picker

jadrake 26 Aug, 2012
Hi,

I've just ported my 1.5.26 install to 2.5.6, including an update of Chronoforms. There have been a few problems (ha ha ha!) but it all sort-of works now.

The only issue I currently have is that of a badly formatted time picker.

Click here to see it in action: http://www.devonfreewheelers.org.uk/index.php?Itemid=231

Click in the Date field. Selecting a date is ok, but the time picker looks all messed up.

Any ideas?

Thanks,
Adam
GreyHead 27 Aug, 2012
Hi Adam,

It's a little CSS corruption from this block from around line 654 in typography.css in your template:

div.time {
    background: url("../images/icons/24/time.png") no-repeat scroll 10px 50% #F7F9FF;
    border-color: #777777;
    color: #37494F;
}

Bob
jadrake 27 Aug, 2012
Perfect! Thanks. I didn't realise stuff could happen like that. Appreciate your help.

Adam
This topic is locked and no more replies can be posted.