2 Copyright (c) 2007, Yahoo! Inc. All rights reserved.
3 Code licensed under the BSD License:
4 http://developer.yahoo.net/yui/license.txt
10 * This is the set of CSS rules required by Calendar to drive core functionality and structure.
11 * Changes to these rules may result in the Calendar not functioning or rendering correctly.
13 * They should not be modified for skinning.
16 /* CALENDAR BOUNDING BOX */
20 _overflow:hidden
; /* IE6 only, to clip iframe shim */
24 .yui-calcontainer iframe {
35 /* IFRAME SHIM IE6 only */
36 .yui-calcontainer iframe.fixedsize {
43 /* BOUNDING BOX FOR EACH CALENDAR GROUP PAGE */
44 .yui-calcontainer.multi .groupcal {
51 .yui-calcontainer .title {
56 /* CLOSE ICON CONTAINER */
57 .yui-calcontainer .close-icon {
67 /* NAVBAR LEFT ARROW CONTAINER */
68 .yui-calendar .calnavleft {
73 /* NAVBAR RIGHT ARROW CONTAINER */
74 .yui-calendar .calnavright {
79 /* NAVBAR TEXT CONTAINER */
80 .yui-calendar .calheader {
86 /* Specific changes for calendar running under fonts/reset */
87 .yui-calendar .calbody a:hover {background:inherit
;}
88 p#clear
{clear:left
; padding-top:10px;}