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

chrisrikli - November 6, 2007 - 00:45
Project:jQuery Calendar
Version:5.x-1.x-dev
Component:Code
Category:support request
Priority:minor
Assigned:redbox2000@drupal.org
Status:active
Description

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.

#1

redbox2000@drup... - November 9, 2007 - 14:52
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.

 
 

Drupal is a registered trademark of Dries Buytaert.