Easy way to modify Calendar print style?

For discussing the Mozilla Calendar, Sunbird and Lightning projects.
Post Reply
buckminster
Posts: 99
Joined: March 13th, 2003, 11:17 am

Easy way to modify Calendar print style?

Post by buckminster »

I've been able to use my userChrome.css to modify the calendar's look in the UI, but is there any way to modify how the calendar is printed (font family, size, etc.) without directly modifying calPrintEngine.js? The Print Engine doesn't appear to use a css file but rather puts the style settings within the html (e.g.

Code: Select all

<td align=center style='border:1px solid black;background-color:#e0e0e0;
, etc. ).

Thanks!
mostafah
Posts: 158
Joined: October 22nd, 2003, 10:51 am
Location: Quebec, Canada

Post by mostafah »

The only way is to change calPrintEngine.js but this feature is worth logging a bug.
Post Reply