Download & Extend

Some padding issues you may wish to be aware of....

Project:jQuery Calendar
Version:5.x-1.x-dev
Component:Code
Category:support request
Priority:minor
Assigned:redbox2000@drupal.org
Status:active

Issue Summary

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

#1

Assigned to:Anonymous» 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.

nobody click here