I noticed that in the Andreas theme (the basic one, or andreas09) when viewing the the large calendar module, there is a large (~400 - 600 px) gap between the date change form block, and the rest of the display below. Visible on both firefox 3.0.1 and 3.x safari. I'm looking through css and module code to see what's causing this, but other eyes would help.

CommentFileSizeAuthor
Snapshot 2009-06-13 21-18-13.png213.15 KBemarkham
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Michsk’s picture

i'm also having this with my own custom theme. Today i'm investigating this, will report when i know more.

Michsk’s picture

Status: Active » Fixed
.calendar-calendar .month-view .full tr.single-day .no-entry, .calendar-calendar .month-view .full tr.single-day .no-entry .inner{
	line-height:normal;
}
developer-x’s picture

Are you using the multiday module?

Michsk’s picture

I do have it installed, yes, but no idea of i'm using this. It's the first time im using this module. All i basically use is the calendar view, duplicated.

Michsk’s picture

yes i am using multiday.

developer-x’s picture

Component: User interface » MultiDay
Assigned: Unassigned » developer-x

If you both could provide a link to the page with the layout problems, that would be really helpful. I tried it locally with the date selector. I see some layout issues, but not the ones you describe.

developer-x’s picture

Status: Fixed » Needs work
Michsk’s picture

i will send it trough your contact form today.

Michsk’s picture

mm, this does fix the whitespace for chrome but not for firefox. Darn. Developer-x, sending you my url right now.

developer-x’s picture

Hey - never got the url. I haven't been able to reproduce this problem exactly. But I got a similar layout problem when I tried adding a node. So, can you see if this works for you:

.node-form .standard {
  clear : none;
}

Sort of a stab in the dark but at least worth a try.

Michsk’s picture

I did send it tough...

I switched to Fullcalendar, maybe combining the two modules would be an idea, they are very a like.

NickDickinsonWilde’s picture

Issue summary: View changes
Status: Needs work » Closed (outdated)

6.x is entirely unmaintained.