3
|
1 /* CSS hacks for IE 6/7 */
|
|
2
|
|
3 #main {
|
|
4 width: expression(Math.max(300, parseInt(document.documentElement.clientWidth)-10)+'px');
|
|
5 height: expression(Math.max(300, parseInt(document.documentElement.clientHeight)-100)+'px');
|
|
6 }
|
|
7
|
|
8 #calendarsidebar,
|
|
9 #calendarsidebartoggle {
|
|
10 height: expression((parseInt(this.parentNode.offsetHeight)-37)+'px');
|
|
11 }
|
|
12
|
|
13 #calendar {
|
|
14 width: expression((parseInt(this.parentNode.offsetWidth)-parseInt(document.getElementById('calendarsidebartoggle').offsetWidth)-parseInt(document.getElementById('calendarsidebartoggle').offsetLeft)-4)+'px');
|
|
15 height: expression(parseInt(this.parentNode.offsetHeight)+'px');
|
|
16 }
|
|
17
|
|
18 #calendars {
|
|
19 height: expression((parseInt(this.parentNode.offsetHeight)-220)+'px');
|
|
20 }
|
|
21
|
|
22 #agendaoptions {
|
|
23 width: expression((parseInt(this.parentNode.offsetWidth)-12)+'px');
|
|
24 }
|
|
25
|
|
26 #calendartoolbar a.buttonPas {
|
|
27 filter: alpha(opacity=35);
|
|
28 }
|
|
29
|
|
30 html #calendartoolbar a.button,
|
|
31 html #calendartoolbar a.buttonPas {
|
|
32 background-image: url(images/toolbar.gif);
|
|
33 }
|
|
34
|
|
35 #datepicker a.ui-priority-secondary {
|
|
36 filter: alpha(opacity=40);
|
|
37 }
|
|
38
|
|
39 #calendarslist li span.handle {
|
|
40 background-image: url(images/calendars.gif);
|
|
41 }
|
|
42
|
|
43 #datepicker .ui-widget-header {
|
|
44 width: 102%;
|
|
45 }
|
|
46
|
|
47 .fc-day-content {
|
|
48 cursor: default;
|
|
49 }
|
|
50
|
|
51 .fc-header-title h2 {
|
|
52 font-size: 16px;
|
|
53 }
|
|
54
|
|
55 .fc-event-temp .fc-event-bg {
|
|
56 display: none; /* nested opacity filters while dragging don't work */
|
|
57 }
|
|
58
|
|
59 #schedule-event-time {
|
|
60 filter: alpha(opacity=40);
|
|
61 }
|
|
62
|
|
63 #eventfreebusy .schedule-buttons,
|
|
64 #edit-attendees-form #edit-attendee-schedule {
|
|
65 right: 0.6em;
|
|
66 }
|
|
67
|
|
68 #schedule-freebusy-times td.all-busy,
|
|
69 #schedule-freebusy-times td.all-tentative,
|
|
70 #schedule-freebusy-times td.all-out-of-office {
|
|
71 background-image: url('images/freebusy-colors.gif');
|
|
72 }
|
|
73
|
|
74 #schedule-freebusy-times tr.times td.allday {
|
|
75 width: expression(Math.max(60, parseInt(this.offsetWidth))+'px');
|
|
76 }
|
|
77
|
|
78 .ui-dialog .ui-dialog-titlebar {
|
|
79 width: expression((parseInt(this.parentNode.offsetWidth)-26)+'px');
|
|
80 }
|