Hi...I had some padding issues that I believe were caused by cascades from the primary Garland stylesheet.

I had to add the following to jquery_calendar.css:
.calendar
{
line-height: normal;
padding: 0px; /* added by CJR 20071105 */
margin: 0px; /* added by CJR 20071105 */
background: #ccc;
text-align: center;
font-size: 100%;
}
/* added by CJR 20071105 */
.calendar td
{
padding: 0px;
margin: 0px;
}

It was just padding stuff that needed to be overridden.

Comments

redbox2000@drupal.org’s picture

Assigned: Unassigned » redbox2000@drupal.org

Sorry for the delay. I'm in the middle of a huge project launch. I will take a look at this shortly and will fix it. I also have created several other wrappers by now that I'm using in this Drupal project, and I think I have some new solution that will make these wrappers more flexible (and useful).

I'll need a few more days on this as these other 'paying-the-bills' projects' literally consume all my time for the next few days.

sinasalek’s picture

Issue summary: View changes
Status: Active » Closed (outdated)