jordanfuchsfrs / visualforce-components

Automatically exported from code.google.com/p/visualforce-components
0 stars 0 forks source link

Altered display in small calendar when no sidebar and no header #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Deploy de files in the project and modify the calendarSmallPage with 
attributes  showHeader="false" sidebar="false" in the apex page 
2. The resulting display is some number days out of the frame of the calendar

What is the expected output? What do you see instead?

The expected display is the same when you have no sidebar and no header. The 
resulting display is some number days out of the frame of the calendar

What version of the product are you using? On what operating system?

Enterprise on windows clients

Please provide any additional information below.

When showHeader="true" sidebar="true" everything is correct but i needed 
without them because I will embed the calendar in the homepage

Original issue reported on code.google.com by carlos.a...@pucp.pe on 7 Feb 2013 at 3:23

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed when add 

<apex:stylesheet 
value="https://na11.salesforce.com/sCSS/Theme2/default/homeCalendar.css" />
<apex:stylesheet 
value="https://na11.salesforce.com/sCSS/26.0/sprites/1354127940000/Theme3/es/gc/
common.css" />

Greetings.

Original comment by carlos.a...@pucp.pe on 8 Feb 2013 at 9:38