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
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
Hi Adam,
It's a little CSS corruption from this block from around line 654 in typography.css in your template:
Bob
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
This topic is locked and no more replies can be posted.