[EventCalendar] Minor display problem with MistyLook 101 theme
Steve Logan
steve at bigsmoke.com
Tue Oct 31 15:42:10 UTC 2006
No biggie but if you're using the MistyLook-101 theme then the left red
border on an ec3 listing won't appear on Firefox on XP. It works OK in
IE, can't say on other browsers.
You can fix it by editing the ec3.css file in the eventcalendar3 plugin
directory and changing
table.ec3_schedule {
border-collapse:collapse;
margin: 0.5ex 1ex 0.5ex 0;
border:solid 1px #800;
float:left;
}
to something like
table.ec3_schedule {
border-collapse:collapse;
margin: 0.5ex 1ex 0.5ex 1px;
border:solid 1px #800;
float:left;
}
ie add a 1px margin to the left side of the table.
It'll now look fine on Firefox and IE.
Steve
More information about the EventCalendar
mailing list