I'm in the process of migrating a site. Everything appears to work EXCEPT the styling of a calendar block.
I also updated Drupal from 7.24 to 7.26

I've define a local style for the block which applies a background image:

.fc.ui-widget { 
  border-radius:8px 8px 0 0;
  background:url(../images/calendar-frame.png);
  padding:20px; 
}

the frame does not appear in the body of the calendar but it is in the footer area:

.view-footer div#legend { /* font styled in view defintion */
/*  margin-top: 10px; */
  background:url(../images/calendar-frame.png);
}

It appears that the entire header area (it is a monthly calendar) is not showing up.

Any idea about what could cause this?

Comments

Patricia_W’s picture

I should have added that the problem is more serious than I described. The page does not have a monthly calendar layout. It is just a long list of all events.
I exported the view and compared it with the original view and it identical. As far as I can tell the only difference is the Drupal version.

Patricia_W’s picture

Status: Active » Closed (cannot reproduce)

It looks like something went wrong when I upgraded to 7.24. I redid it and things are working properly now.