This is very strange but suddenly a few weeks back after an update, all the built in styles dissapeared from my events calendar pages. I have look at the source code of the page and the source code has different classes than the css file the gets loaded for the plugin. Here is an example:
<div class="event-list-meta">
<table cellspacing="0">
<tr>
<td class="event-meta-desc">Start:</td>
<td class="event-meta-value">May 1, 2010 9:00 am</td>
</tr>
And in the css file
.tec-events .tec-event-entry {
width:60%;
float:left;
padding:0 5% 0 0;
}
.tec-events .tec-event-list-meta {
float:right;
border-left:1px solid #ccc;
padding:0 0 0 4%;
width:30%;
font-size:12px;
margin-bottom:20px;
}
I noticed that the latest version adds tec- to all the classes. However it is not reflected in my code. I tried deleting the plugin completely, removing the options, and then reinstalling but it is still happening. Anyone else having this issue?